Wireguard not working when trying to create tunnel.

I am trying to attach postgres with the application. It fails with the error:

Error: can't build tunnel for xtendd: upstream service is unavailable

here’s the response for flyctl doctor

Testing authentication token... PASSED
Testing flyctl agent... PASSED
Testing local Docker instance... PASSED
Pinging WireGuard gateway (give us a sec)... PASSED
Error: can't build tunnel for xtendd: upstream service is unavailable

The status page showed all services are fine. Anything I can do to resolve this issue?

hey, try enabling wireguard over websockets in case some firewall rule in your network is blocking or messing up with wireguard traffic.

fly wg websockets enable

Doesn’t seems to be the case after enabling I am still getting:

Creating WireGuard peer "interactive-MacBook-Pro-2-heypragyan-gmail-com-01H7S63P7VHHVSAAVP2T07C101" in region "maa" for organization personal
Error: upstream service is unavailable

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.