Skip to content

Conversation

@deadlypants1973
Copy link
Contributor

@deadlypants1973 deadlypants1973 commented Jul 25, 2025

Summary

PCX-18784

Screenshots (optional)

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 25, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/cloudflare-one/connections/connect-devices/ @kkrum, @kokolocomotion1, @ranbel, @cloudflare/pcx-technical-writing
/src/content/docs/cloudflare-one/insights/dex/ @deadlypants1973, @cloudflare/pcx-technical-writing
/src/content/docs/learning-paths/ @cloudflare/pcx-technical-writing
* @cloudflare/pcx-technical-writing

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2025

Preview URL: https://e072d37d.preview.developers.cloudflare.com
Preview Branch URL: https://kate-fixes-wtb.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/troubleshooting/troubleshooting-guide/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/
https://developers.cloudflare.com/cloudflare-one/insights/dex/remote-captures/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/insights/dex/remote-captures/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/managed-networks/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/managed-networks/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/
https://developers.cloudflare.com/learning-paths/warp-overview-course/series/warp-basics-1/ https://kate-fixes-wtb.preview.developers.cloudflare.com/learning-paths/warp-overview-course/series/warp-basics-1/
https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-sessions/
https://developers.cloudflare.com/cloudflare-one/insights/dex/monitoring/ https://kate-fixes-wtb.preview.developers.cloudflare.com/cloudflare-one/insights/dex/monitoring/
https://developers.cloudflare.com/learning-paths/warp-overview-course/series/warp-basics-2/ https://kate-fixes-wtb.preview.developers.cloudflare.com/learning-paths/warp-overview-course/series/warp-basics-2/

@deadlypants1973 deadlypants1973 marked this pull request as ready for review August 12, 2025 14:42
@deadlypants1973 deadlypants1973 requested review from a team and ranbel as code owners August 12, 2025 14:42
:::tip[Include scenario, timestamps, and steps taken to troubleshoot the issue]
Refer to the following example of an ideal ticket description:

Karen was on a train on July 17, 2025, at approximately 1:00 PM Central Time. She attempted to connect to a captive portal but received the following error message in Chrome: `error_message_details`. A warp diag was collected immediately after and is attached.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if error_message_details is a "real" error message? I would suspect something like ERR_CONNECTION_RESET or ERR_TOO_MANY_REDIRECTS are what the user might see in this scenario.


### Option B: Collect logs via the CLI

Collect WARP diagnostic logs by downloading them to your desktop using the `warp-diag` CLI.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's consider a different word than "downloading" since warp-diag is generating the content itself locally on the machine rather than contacting Cloudflare services and downloading anything from there.

| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Service / Daemon** | `C:\Program Files\Cloudflare\Cloudflare WARP\warp-svc.exe` |
| **GUI application** | `C:\Program Files\Cloudflare\Cloudflare WARP\Cloudflare WARP.exe` |
| **Logs Location** | <details><summary>Daemon</summary><br/>`C:\ProgramData\Cloudflare\`</details><br/><details><summary>GUI Logs</summary><br/>`C:\Users\<USER>.WARP\AppData\Local`<br/>or<br/>`%LOCALAPPDATA%\Cloudflare`</details> |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't specific to this Windows item only but it seems like there's an empty line that makes the expand/collapse look a little odd?

Screenshot 2025-08-13 at 15 13 35


After updating the WARP client, monitor the issue to see if it recurs. If the issue persists, continue with the troubleshooting guide.

:::tip[Check the device's WARP version]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Our style guide recommends that we use only note and caution asides. Maybe this is something we can discuss in T. Critique.

Exclude mode, with hosts/ips:
1xx.1xx.1xx.1xx/25 (zoom)
...
cname.user.net
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Unless there's a specific reason to use this domain name, I would use one of the example domain names we have in our style guide.

</li>
</ul>

:::danger[Avoid vague ticket descriptions]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Same comment as above about recommended aside types (note and caution).

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2025

This PR requires additional review attention because it affects the following areas:

Partials

This PR updates partial files, which are pieces of content used across multiple files in our Render component.

@deadlypants1973 deadlypants1973 merged commit ab1e8e2 into production Sep 1, 2025
8 checks passed
@deadlypants1973 deadlypants1973 deleted the kate/fixes-wtb branch September 1, 2025 09:23
nevikashah pushed a commit that referenced this pull request Sep 22, 2025
* [CF1] warp troubleshooting

* updates

* update

* updates

* updates

* updates

* updates

* update

* edits

* final edits to first draft

* first draft edits, links, stream

* sha256 check

* extra additions

* spelling edits

* final edits

* keehun edits

* remove details unnecessary space

* links

* Apply suggestions from code review

Co-authored-by: Pedro Sousa <[email protected]>

* error fix

* error fixes

---------

Co-authored-by: Pedro Sousa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants