---
title: Gathering information for troubleshooting sites
description: Collect diagnostic data for Cloudflare support tickets.
image: https://developers.cloudflare.com/core-services-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/support/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Gathering information for troubleshooting sites

## About this guide

It is important to capture as much information as possible to diagnose an issue and to [provide adequate details to Cloudflare support](https://developers.cloudflare.com/support/contacting-cloudflare-support/). This article explains how to gather troubleshooting information commonly requested by Cloudflare Support.

Note

Cloudflare support cannot make configuration changes on behalf of customers due to security and liability concerns.

---

## Quick reference: Choose the right tool

Use this table to quickly identify which troubleshooting method to use based on your issue:

| Issue Type                     | Recommended Tool                                                                    | When to Use                                               |
| ------------------------------ | ----------------------------------------------------------------------------------- | --------------------------------------------------------- |
| Page not loading correctly     | [HAR file](#generate-a-har-file)                                                    | Visual issues, broken elements, slow page loads           |
| JavaScript errors              | [Console log](#export-console-log)                                                  | CORS errors, scripts failing, browser-side errors         |
| Protocol errors (QUIC/HTTP2)   | [NetLog dump](#capture-a-netlog-dump)                                               | ERR\_QUIC\_PROTOCOL\_ERROR, ERR\_HTTP2\_PROTOCOL\_ERROR   |
| Slow response times            | [curl (performance)](#performance)                                                  | Measuring latency, TLS handshake times                    |
| HTTP errors (5xx, 4xx)         | [curl (HTTP errors)](#http-errors)                                                  | Determining if errors originate from Cloudflare or origin |
| Caching issues                 | [curl (caching)](#caching)                                                          | Cache misses, stale content, cache headers                |
| SSL/TLS certificate issues     | [curl (SSL/TLS)](#ssltls-certificates)                                              | Certificate errors, TLS version issues                    |
| Connection timeouts/drops      | [Traceroute](#perform-a-traceroute) / [MTR](#perform-a-mtr)                         | Network path issues, latency between hops                 |
| Packet loss, connection resets | [Packet capture](#run-packet-captures)                                              | Layer 3/4 issues, SSL handshake failures                  |
| Identifying serving location   | [Cloudflare data center](#identify-the-cloudflare-data-center-serving-your-request) | Determine which Cloudflare PoP is serving requests        |

---

## Browser-based troubleshooting

These tools capture information directly from your web browser and are useful for diagnosing issues with how pages load and render.

### Generate a HAR file

When to use

Use a HAR file when you experience **visual issues, broken page elements, slow page loads, or need to capture the full sequence of HTTP requests** made by your browser. This is often the first thing Cloudflare Support will request.

A HTTP Archive (HAR) records all web browser requests including the request and response headers, the body content, and the page load time. Be sure to use Incognito Mode or a Private Browsing window.

Warning

A HAR file can include sensitive details such as passwords, payment information, and private keys.

Remove sensitive information using a [HAR Sanitizer ↗](https://har-sanitizer.pages.dev/).

For security reasons Cloudflare support cannot open compressed files such as ZIP, GZIP, TAR, etc.

Some browsers either require a browser extension or cannot generate a HAR. When installing a browser extension, follow the instructions from the extension provider.

#### In Chrome

1. In a browser page viewed in Incognito Mode, right-click anywhere and select **Inspect Element**.
2. The Chrome DevTools appear either at the bottom, or left side of the browser. Click the **Network** tab.
![HAR network tab screenshot from Chrome developer tools](https://developers.cloudflare.com/_astro/gathering_har_file_network.ChkQZzBt_1cX2QN.webp) 
1. Check **Preserve log**. Please also check **Disable cache** if you are reporting a Cloudflare Cache issue.
2. Click record.
![HAR record button in chrome dev tools.](https://developers.cloudflare.com/_astro/gathering_har_file_record.BkFUFIPY_Z1rjPkR.webp) 
1. Browse to the URL that causes issues. Once the issue is experienced, click the "Export HAR" option at the top of DevTools.
![export HAR option in Chrome DevTools](https://developers.cloudflare.com/_astro/export_har_chrome.DaDwwlXd_1GDXQU.webp) 
1. Attach the HAR file to your support ticket.

Note

As of Chrome 130, this exports a sanitized HAR with redacted cookies and personalised data. To disable this, go to DevTools **Settings** \> **Preferences** \> **Network** \> **Allow to generate HAR with sensitive data**.

#### In Firefox

1. While using a Private Window, use the application menu and select **Tools** \> **Web Developer** \> **Network** or press _Ctrl+Shift+I_ (Windows/Linux) or _Cmd+Option+I_ (OS X).
2. Browse to the URL that causes issues.
3. After duplicating the issue, right-click and choose **Save All As HAR**.

#### In Microsoft Edge

1. In a Private window, navigate to **Developer tools** (use `F12` as a shortcut) and select the **Network** tab.
2. Browse to the URL that causes issues.
3. After duplicating the issue, click on **Export as HAR** followed by **Save As...**.

#### In Safari

1. In Safari, ensure a **Develop** menu appears at the top of a Private Window in the browser window. Otherwise, go to **Safari** \> **Preferences** \> **Advanced** and select **Show Develop Menu in menu bar**
2. Navigate to **Develop** \> **Show Web Inspector**.
3. Browse to the URL that causes issues.
4. Ctrl + click on a resource within Web Inspector and click **Export HAR**.

#### In Mobile

**For Android:**

1. Enable USB Debugging mode on your mobile device.
2. Go to `chrome://inspect/#devices`.
3. If debugging mode is enabled, you will see your device listed below “Remote Target” like the example below:
![Where to find the Inspect Devices when in Debug Mode for Android.](https://developers.cloudflare.com/_astro/step_1.BKH5ksch_d1pFw.webp) 
1. Type in the URL, select **Open** and **inspect** to open Chrome’s DevTools.
2. Select the **Network** tab in the DevTools window.
3. Check **Preserve log**. Please also check **_Disable cache_** if you are reporting a Cloudflare Cache issue.
4. Click **record**.
![Where to find the record button in Chrome's dev tools.](https://developers.cloudflare.com/_astro/step_2_-_better.CJPZfMsT_ZFcWeB.webp) 
1. Browse to the URL that causes issues. Once the issue is experienced, right-click on any of the items within the **Network** tab and select **Save all as HAR with Content**.
![How to save HAR content. ](https://developers.cloudflare.com/_astro/step_3.D5uw6wSa_ZSqeJ0.webp) 
1. Attach the HAR file to your support ticket alongside a screen recording from the affected Samsung device. Instructions on how to do this from Samsung devices can be found in [Samsung's documentation here ↗](https://www.samsung.com/au/support/mobile-devices/screen-recorder/).

---

**For iPhone:**

Refer to [Okta ↗](https://support.okta.com/help/s/article/How-to-generate-a-HAR-capture-on-an-iOS-device?language=en%5FUS) or [Apple's ↗](https://developer.apple.com/library/archive/documentation/AppleApplications/Conceptual/Safari%5FDeveloper%5FGuide/GettingStarted/GettingStarted.html#//apple%5Fref/doc/uid/TP40007874-CH2-SW1) support article on how to generate a HAR file from an iOS device. Attach the HAR file to your support ticket alongside a screen recording from the affected iOS device. Apple devices now have [built-in screen recording functionality ↗](https://support.apple.com/en-us/HT207935).

### Export Console Log

When to use

Use a console log when you experience **JavaScript errors, CORS issues, or when requests are blocked or cancelled by the browser**. This captures browser-side errors that may not appear in a HAR file.

In certain situations when request is not issued or cancelled by the browser (for example, due to [CORS ↗](https://developer.mozilla.org/en-US/docs/Glossary/CORS)), we need to get JS console log output, in addition to the HAR file, to identify the root cause.

#### In Chrome

1. Go to the **Console** tab from the DevTools bar.
2. Go to the Console Settings and select **Preserve Log**.
3. Leave the console open and perform the steps that reproduce the issue.
4. Right-click on any of the items within the **Console** tab and select **Save as** log file.
5. Attach the log file to your support ticket.
![How to find the console tab in Chrome's developer tools.](https://developers.cloudflare.com/_astro/console_snapshot.BshJeLnS_1H8z4j.webp) 

#### In Firefox

1. Go to the **Console** tab from the Web Developer Tools bar.
2. Go to the Console Settings and select **Persist Log** and **Show Timestamps**.
3. Leave the console open and perform the steps that reproduce the issue.
4. Right click, **Select All** messages and **Export Visible Messages to File**.
5. Attach the log file to your support ticket.

#### In Microsoft Edge

1. Go to the **Console** tab from the Developer Tools bar.
2. Go to the Console Settings and select **Preserve Log**.
3. Leave the console open and perform the steps that reproduce the issue.
4. Right click on any of the items within the **Console** tab and select **Save as** log file.
5. Attach the log file to your support ticket.

#### In Safari

1. Go to the **Console** tab from the Web Inspector bar.
2. Tick the box **Preserve Log**.
3. Leave the console open and perform the steps that reproduce the issue.
4. Select all the messages, right click and **Save Selected** to a log file.
5. Attach the log file to your support ticket.

### Capture a NetLog dump

When to use

Use a NetLog dump when you experience **protocol-level errors** such as `ERR_QUIC_PROTOCOL_ERROR` or `ERR_HTTP2_PROTOCOL_ERROR`. This provides detailed network-level debugging information that goes beyond what a HAR file captures.

In some cases, in order to further troubleshoot issues related to protocols (errors such as `ERR_QUIC_PROTOCOL_ERROR`, `ERR_HTTP2_PROTOCOL_ERROR`, etc..) our Support team may ask you to provide a [NetLog dump ↗](https://www.chromium.org/for-testers/providing-network-details/).

Warning

You can only generate a NetLog dump on the Google Chrome, Opera or Microsoft Edge browsers.

1. Open a new tab and enter the following depending on the browser you're using:
* `chrome://net-export`
* `edge://net-export`
* `opera://net-export`
1. Click the **Start Logging To Disk** button.
2. Reproduce the network problem in a different tab. (the `chrome://net-export/`, `edge://net-export/` or `opera://net-export` tab needs to stay open otherwise logging will automatically stop)
3. Click **Stop Logging** button.
4. Attach the log file to your support ticket.

---

## Command-line troubleshooting

These tools are run from your terminal or command prompt and are useful for testing connectivity, performance, and server responses without browser overhead.

### Identify the Cloudflare data center serving your request

When to use

Use this when you need to **determine which Cloudflare Point of Presence (PoP) is serving your requests**. This is helpful when troubleshooting regional issues or verifying traffic routing.

[A map of our data centers ↗](https://www.cloudflare.com/network-map) is listed on the [Cloudflare status page ↗](https://www.cloudflarestatus.com/), sorted by continent. The three-letter code in the data center name is the [IATA code ↗](http://en.wikipedia.org/wiki/IATA%5Fairport%5Fcode) of the nearest major international airport. Determine the Cloudflare data center serving requests for your browser by visiting: ``` http://``_www.example.com_``/cdn-cgi/trace. ```

Replace `www.example.com` with your domain and hostname. Note the `colo` field from the output.

### Troubleshoot requests with curl

When to use

Use curl when you need to **test HTTP requests without browser interference**, measure performance metrics, check HTTP headers, or determine if an issue originates from Cloudflare or your origin server.

[curl ↗](https://curl.se/) is a command line tool for sending HTTP/HTTPS requests and is useful for troubleshooting:

* HTTP/HTTPS Performance
* HTTP Error Responses
* HTTP Headers
* APIs
* Comparing Server/Proxy Responses
* SSL Certificates

Note

If you are using Windows, you can find more details on how to use curl on Windows in our [Making API calls on Windows ](https://developers.cloudflare.com/fundamentals/api/how-to/make-api-calls/#making-api-calls-on-windows) article.

Run the following command to send a standard HTTP GET request to your website (replace `www.example.com` with your hostname):

Terminal window

```
curl -svo /dev/null http://www.example.com/
```

This example curl command returns output detailing the HTTP response and request headers but discards the page body output. curl output confirms the HTTP response and whether Cloudflare is currently proxying traffic for the site.

Note

Review the [curl command options ↗](https://curl.se/docs/manpage.html) for additional functionality.

View the sections below for tips on troubleshooting HTTP errors, performance, caching, and SSL/TLS certificates:

#### HTTP errors

When troubleshooting HTTP errors in responses from Cloudflare, test whether your origin caused the errors by sending requests directly to your origin web server. To troubleshoot HTTP errors, run a curl directly to your origin web server IP address (bypassing Cloudflare’s proxy):

Terminal window

```
curl -svo /dev/null http://example.com --connect-to ::203.0.113.34
```

Note

If you have multiple origin web servers, test each one to ensure there are no response differences. If you observe the issue when connecting directly to your origin web server, contact your hosting provider for assistance.

#### Performance

curl measures latency or performance degradation for HTTP/HTTPS requests via the [\-w or \--write-out curl option ↗](https://curl.haxx.se/docs/manpage.html#-w). The example curl below measures several performance vectors in the request transaction such as duration of the TLS handshake, DNS lookup, redirects, transfers, etc:

Terminal window

```
curl -svo /dev/null https://example.com/ -w "\nContent Type: %{content_type} \\nHTTP Code: %{http_code} \\nHTTP Connect:%{http_connect} \\nNumber Connects: %{num_connects} \\nNumber Redirects: %{num_redirects} \\nRedirect URL: %{redirect_url} \\nSize Download: %{size_download} \\nSize Upload: %{size_upload} \\nSSL Verify: %{ssl_verify_result} \\nTime Handshake: %{time_appconnect} \\nTime Connect: %{time_connect} \\nName Lookup Time: %{time_namelookup} \\nTime Pretransfer: %{time_pretransfer} \\nTime Redirect: %{time_redirect} \\nTime Start Transfer: %{time_starttransfer} \\nTime Total: %{time_total} \\nEffective URL: %{url_effective}\n" 2>&1
```

[Explanation of this timing output ↗](https://blog.cloudflare.com/a-question-of-timing/) is found on the Cloudflare blog.

Note

As demonstrated in the preceding example, cleaner results are achieved by denoting a new line with `\n` before each variable. Otherwise, all metrics are displayed together on a single line.

#### Caching

curl helps review the HTTP response headers that influence caching. In particular, review several HTTP headers when troubleshooting Cloudflare caching:

* CF-Cache-Status
* Cache-Control/Pragma
* Expires
* Last-Modified
* s-maxage

Note

You can refer to the [Cloudflare Cache documentation](https://developers.cloudflare.com/cache/get-started/) for more details.

#### SSL/TLS certificates

#### Reviewing Certificates with curl

The following curl command shows the SSL certificate served by Cloudflare during an HTTPS request (replace `www.example.com` with your hostname):

Terminal window

```
curl -svo /dev/null https://www.example.com/ 2>&1 | egrep -v "^{.*$|^}.*$|^* http.*$"
```

Note

`2\*>&1 | egrep -v "^{.*$|^}.*$|^\* http.\*$" \*` cleans and parses the TLS handshake and certificate information.

To display the origin certificate (assuming one is installed), replace `203.0.113.34` below with the actual IP address of your origin web server and replace `www.example.com` with your domain and hostname:

Terminal window

```
curl -svo /dev/null https://www.example.com --connect-to ::203.0.113.34 2>&1 | egrep -v "^{.*$|^}.*$|^* http.*$"
```

#### Testing TLS Versions

If troubleshooting browser support or confirming what TLS versions are supported, curl allows you to test a specific TLS version by adding the [\--tlsv1.X ↗](https://curl.se/docs/manpage.html#--tlsv10) and [\--tls-max ↗](https://curl.se/docs/manpage.html#--tls-max) options to your curl:

* `--tlsv1.0 --tls-max 1.0`
* `--tlsv1.1 --tls-max 1.1`
* `--tlsv1.2 --tls-max 1.2`
* `--tlsv1.3 --tls-max 1.3`

### Temporarily pause Cloudflare

When to use

Use this when you need to **quickly determine if an issue is caused by Cloudflare or your origin server**. Pausing Cloudflare routes traffic directly to your origin, bypassing Cloudflare's proxy.

For more details, refer to [Pause Cloudflare](https://developers.cloudflare.com/fundamentals/manage-domains/pause-cloudflare/).

---

## Network troubleshooting

These tools help diagnose network-level issues such as routing problems, packet loss, and connection failures between your location and Cloudflare or your origin server.

### Perform a traceroute

When to use

Use traceroute when you experience **connection timeouts, slow connections, or need to identify where in the network path an issue occurs**. This shows each hop between your device and the destination.

Traceroute is a network diagnostic tool that measures the route latency of packets across a network. Most operating systems support the `traceroute` command. If you experience connectivity issues with your Cloudflare-proxied website and [ask Cloudflare Support for assistance](https://developers.cloudflare.com/support/contacting-cloudflare-support/), ensure to provide output from a traceroute.

Note

Timeouts are possible for ping results because Cloudflare limits ping requests.

Review the instructions below for running traceroute on different operating systems. Replace `www.example.com` with your domain and hostname in the examples below:

#### Run traceroute on Windows

1. Open the **Start** menu.
2. Click **Run**.
3. To open the command line interface, type **cmd** and then click **OK**.
4. At the command line prompt, type:

For IPv4 -

Terminal window

```
tracert www.example.com
```

For IPv6 -

Terminal window

```
tracert -6 www.example.com
```

1. Press **Enter**.
2. You can copy the results to save in a file or paste in another program.

#### Run traceroute on Linux

1. Open a terminal window.
2. At the command line prompt, type:

For IPv4 -

Terminal window

```
traceroute www.example.com
```

For IPv6 -

Terminal window

```
traceroute -6 www.example.com
```

1. You can copy the results to save in a file or paste in another program.

#### Run traceroute on Mac OS

1. Open the **Network Utility** application.
2. Click the **Traceroute** tab.
3. Type the _domain_ or _IP address_ in the appropriate input field and press **Trace**.
4. You can copy the results to save in a file or paste in another program.

Alternatively, follow the same Linux traceroute instructions above when using the Mac OS terminal program.

### Add the CF-RAY header to your logs

When to use

Use this when you need to **correlate specific requests with Cloudflare's logs** for troubleshooting. The CF-RAY header uniquely identifies each request through Cloudflare's network and is essential for Support investigations.

The **CF-RAY** header traces a website request through Cloudflare's network. Provide the **CF-RAY** of a web request to Cloudflare support when troubleshooting an issue. You can also add **CF-RAY** to your logs by editing your origin web server configuration with the snippet below that corresponds to your brand of web server:

#### For Apache web servers, add `%{CF-Ray}i` to LogFormat

```
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %{CF-Ray}i" cf_custom
```

#### For Nginx web servers, add '$http\_cf\_ray' to log\_format

```
log_format cf_custom '$remote_addr - $remote_user [$time_local] ''"$request" $status $body_bytes_sent ''"$http_referer" "$http_user_agent" ''$http_cf_ray';
```

### Perform a MTR

When to use

Use MTR when you need **more detailed network diagnostics than traceroute provides**. MTR combines traceroute and ping to show real-time latency and packet loss at each hop, making it easier to identify intermittent network issues.

My Traceroute (MTR) is a [tool ↗](https://www.cloudflare.com/learning/network-layer/what-is-mtr/) that combines traceroute and ping to measure a network path's health, which is another common method for testing network connectivity and speed. In addition to the hops along the network path, MTR shows constantly updating information about the latency and packet loss along the route to the destination. This helps in troubleshooting network issues by allowing you to see what's happening along the path in real-time.

MTR works by discovering the network path in a similar manner to traceroute, and then regularly sending packets to continue collecting information to provide an updated view into the network’s health and speed.

Like traceroute, MTR can use ICMP or UDP for outgoing packets but relies on ICMP for return (Type 11: Time Exceeded) packets.

Note

For MacOS users, MTR can be installed through [homebrew ↗](https://formulae.brew.sh/formula/mtr). For Windows users, see [WinMTR ↗](https://github.com/White-Tiger/WinMTR/releases).

#### How do I use MTR to generate network path report?

**Using MTR on NIX based machines**

Generally, we'd use MTR as the following:

Terminal window

```
mtr -rw <dest_hostname> e.g.: mtr -rw one.one.one.one
```

or with destination IP:

Terminal window

```
mtr -rw <dest_IP> e.g.: mtr -rw 1.1.1.1
```

with TCP port

Terminal window

```
mtr -P <tcp port> -T <destination ip>
```

Please refer to this documentation, which explains more about analysing MTR: [How to read MTR ↗](https://www.cloudflare.com/en-gb/learning/network-layer/what-is-mtr/).

### Run Packet Captures

When to use

Use packet captures when you experience **connection resets, packet loss, SSL handshake failures, or HTTP errors like 520, 524, and 525**. These issues occur at layers 3/4 and don't appear in HTTP logs, requiring deep packet-level analysis.

Issues that happen at the layers 3/4 occur before requests reaching Cloudflare's logging system, so they do not show up in the HTTP logs. Therefore, troubleshooting issues related to connection resets, packet loss or SSL handshake failures can be tricky without a deep investigation at the packet level.

Some HTTP errors generated by Cloudflare, such as [520s](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-520/), [524s](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-524/) and [525s](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-525/), show underlying issues at layers 3/4, and might require a packet capture for further investigation.

**How to Run a Packet Capture**

Warning

Please be aware, if you transmit any sensitive information while a packet capture is running, it will be recorded.

Cloudflare suggests [Wireshark ↗](https://www.wireshark.org/download.html) for running packet captures. For instructions on how to use the _tcpdump_ command line, refer to [this ↗](https://www.wireshark.org/docs/wsug%5Fhtml%5Fchunked/AppToolstcpdump.html) article.

1. Close all programs/browser tabs that could be sending data in the background to avoid having to use a lot of display filters later.
2. Create your Wireshark capture filter (refer to [this ↗](https://wiki.wireshark.org/CaptureFilters) article for more information).
3. Select the appropriate interface (e.g. Wi-Fi: en0). If you're not sure which interface to use, Wireshark provides an I/O graph of each interface to give you a hint.
4. Click the blue shark fin icon in the top left-hand corner to start your packet capture.
5. Reproduce the issue while running capture.
6. Click the red square icon in the top left-hand corner to stop your packet capture.
7. Save as a `.pcap` file and attach it to your support ticket.

---

## Related resources

* [Contacting Cloudflare Support](https://developers.cloudflare.com/support/contacting-cloudflare-support/)
* [Cloudflare HTTP 5XX errors](https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/)
* [Diagnosing network issues with MTR and traceroute ↗](https://www.cloudflare.com/en-gb/learning/network-layer/what-is-mtr/)
* [cURL command line tool ↗](https://curl.haxx.se/)

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://developers.cloudflare.com/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites/#page","headline":"Gathering information for troubleshooting sites · Cloudflare Support docs","description":"Collect diagnostic data for Cloudflare support tickets.","url":"https://developers.cloudflare.com/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites/","inLanguage":"en","image":"https://developers.cloudflare.com/core-services-preview.png","dateModified":"2026-06-03","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/support/","name":"Support"}},{"@type":"ListItem","position":3,"item":{"@id":"/support/troubleshooting/","name":"Troubleshooting"}},{"@type":"ListItem","position":4,"item":{"@id":"/support/troubleshooting/general-troubleshooting/","name":"General Troubleshooting"}},{"@type":"ListItem","position":5,"item":{"@id":"/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites/","name":"Gathering information for troubleshooting sites"}}]}
```
