Skip to content

Commit 7a65663

Browse files
[CF1] Add warp troubleshooting guide to relevant places (cloudflare#26579)
1 parent 2b04256 commit 7a65663

File tree

8 files changed

+29
-1
lines changed

8 files changed

+29
-1
lines changed

src/content/docs/cloudflare-one/team-and-resources/devices/warp/troubleshooting/client-errors.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ sidebar:
66

77
---
88

9-
import { Details } from "~/components"
9+
import { Details, Render } from "~/components"
1010

1111
This page lists the error codes that can appear in the WARP client GUI. If you do not see your error below, refer to [common issues](/cloudflare-one/team-and-resources/devices/warp/troubleshooting/common-issues/) or [contact Cloudflare Support](/support/contacting-cloudflare-support/).
1212

13+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
14+
1315
<div class="medium-img">
1416

1517
![Example of error message in WARP GUI](~/assets/images/cloudflare-one/connections/warp-gui-error.png)

src/content/docs/cloudflare-one/team-and-resources/devices/warp/troubleshooting/common-issues.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import { Render } from "~/components";
99

1010
This section covers the most common issues you might encounter as you deploy the WARP client in your organization, or turn on new features that interact with the client. If you do not see your issue listed below, refer to the [troubleshooting FAQ](/cloudflare-one/faq/troubleshooting/) or [contact Cloudflare Support](/support/contacting-cloudflare-support/).
1111

12+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
13+
1214
## Unable to connect WARP
1315

1416
If WARP is stuck in the `Disconnected` state or frequently changes between `Connected` and `Disconnected`, this indicates that the client cannot establish a connection to Cloudflare's global network.

src/content/docs/cloudflare-one/team-and-resources/devices/warp/troubleshooting/known-limitations.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ head:
88
content: Known limitations - WARP
99
---
1010

11+
import { Render } from "~/components";
12+
1113
Below, you will find information on devices, software, and configurations that are incompatible with Cloudflare WARP.
1214

15+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
16+
1317
## Windows Server
1418

1519
The WARP client does not run on Windows Server. Refer to the [downloads page](/cloudflare-one/team-and-resources/devices/warp/download-warp/) for a list of supported operating systems.

src/content/docs/learning-paths/replace-vpn/connect-devices/validate-traffic-in-gateway.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ import { Render } from "~/components";
1515
## Best practices
1616

1717
Securing your organization with a Zero Trust Network Access solution usually happens in two phases: the first phase is establishing connectivity, and the second phase is building policies for distinct applications. We recommend verifying that all connectivity is working as expected before moving on to build complex security policies. This will reduce the amount of troubleshooting and challenges that arise from managing complex systems.
18+
19+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />

src/content/docs/learning-paths/replace-vpn/troubleshooting/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
import { Render } from "~/components";
10+
911
Learn how to troubleshoot your ZTNA deployment.
1012

1113
## Objectives
@@ -14,3 +16,5 @@ By the end of this module, you will be able to:
1416

1517
* Investigate why users cannot connect to private network applications behind Cloudflare Tunnel.
1618
* Fix the most common causes of connectivity issues.
19+
20+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />

src/content/docs/learning-paths/secure-internet-traffic/configure-device-agent/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ By the end of this module, you will be able to:
2626
file="zero-trust/configure-device-agent-objectives"
2727
product="learning-paths"
2828
/>
29+
30+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />

src/content/docs/learning-paths/secure-internet-traffic/connect-devices-networks/validate-traffic-in-gateway.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ import { Render } from "~/components";
1515
## Best practices
1616

1717
Securing your organization with Zero Trust usually happens in two phases: the first phase is establishing connectivity, and the second phase is building policies for distinct applications. We recommend verifying that all connectivity is working as expected before moving on to build complex security policies. This will reduce the amount of troubleshooting and challenges that arise from managing complex systems.
18+
19+
<Render file="warp/troubleshooting-guide-reference" product="cloudflare-one" />
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:::note[Troubleshoot WARP]
2+
3+
For step-by-step guidance on diagnosing and resolving WARP client issues, refer to the [WARP troubleshooting guide](/cloudflare-one/team-and-resources/devices/warp/troubleshooting/troubleshooting-guide/). The guide covers:
4+
5+
- How to collect diagnostic logs via the Cloudflare dashboard or CLI
6+
- How to review key configuration files
7+
- Common misconfigurations and their fixes
8+
- Best practices for filing support tickets
9+
10+
:::

0 commit comments

Comments
 (0)