How to run a tunnel from behind WARP client

While I’m connected to WARP client on my laptop, I’m unable to maintain tunnel connection. With WARP disabled, tunnels work great. How can they coexist?

I’ve tried making a split tunnel with the hosts on this list but it didn’t make any difference.

Is there a different list I should be using, or is there other config needed for Zero Trust?

If I turn on WARP client while the tunnel is active, I get “Bad gateway Error code 502” and these show up in the cloudflared log:

2023-03-04T18:59:26Z INF Unregistered tunnel connection connIndex=3
2023-03-04T18:59:26Z WRN Failed to serve quic connection error="timeout: no recent network activity" connIndex=3 ip=198.41.xxx.xx
2023-03-04T18:59:26Z WRN Serve tunnel error error="timeout: no recent network activity" connIndex=3 ip=198.41.xxx.xx
2023-03-04T18:59:26Z INF Retrying connection in up to 1s connIndex=3 ip=198.41.xxx.xx
2023-03-04T18:59:26Z INF Unregistered tunnel connection connIndex=0
2023-03-04T18:59:26Z ERR writing call: timeout: no recent network activity
2023-03-04T18:59:26Z ERR writing finish: timeout: no recent network activity
2023-03-04T18:59:26Z WRN Failed to serve quic connection error="timeout: no recent network activity" connIndex=0 ip=198.41.xxx.xx
2023-03-04T18:59:26Z WRN Serve tunnel error error="timeout: no recent network activity" connIndex=0 ip=198.41.xxx.xx
2023-03-04T18:59:26Z INF Retrying connection in up to 1s connIndex=0 ip=198.41.xxx.xx
2023-03-04T18:59:26Z WRN Connection terminated error="timeout: no recent network activity" connIndex=0
2023-03-04T18:59:27Z INF Unregistered tunnel connection connIndex=1
2023-03-04T18:59:27Z WRN Failed to serve quic connection error="timeout: no recent network activity" connIndex=1 ip=198.41.xxx.xx
2023-03-04T18:59:27Z WRN Serve tunnel error error="timeout: no recent network activity" connIndex=1 ip=198.41.xxx.xx
2023-03-04T18:59:27Z INF Retrying connection in up to 1s connIndex=1 ip=198.41.xxx.xx
2023-03-04T18:59:27Z INF Unregistered tunnel connection connIndex=2
2023-03-04T18:59:27Z ERR Failed to serve quic connection error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=2 ip=198.41.xxx.xx
2023-03-04T18:59:27Z ERR Serve tunnel error error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=2 ip=198.41.xxx.xx
2023-03-04T18:59:27Z INF Retrying connection in up to 1s connIndex=2 ip=198.41.xxx.xx
2023-03-04T18:59:27Z ERR Connection terminated error="timeout: no recent network activity" connIndex=3
2023-03-04T18:59:28Z ERR Connection terminated error="failed to accept QUIC stream: timeout: no recent network activity" connIndex=2
2023-03-04T18:59:29Z ERR Connection terminated error="timeout: no recent network activity" connIndex=1```