Error in deploying Postgres Instance

Made an account recently and was trying to deploying GitHub - remix-run/blues-stack: The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc..

After running the below command, I get this output
fly postgres create --name class-manager-db

automatically selected personal organization: Shagun Agrawal
? Select region: Los Angeles, California (US) (lax)
? Select configuration: Development - Single node, 1x shared CPU, 256MB RAM, 1GB disk
Creating postgres cluster in organization personal
Creating app…
Setting secrets on app class-manager-db…
Provisioning 1 of 1 machines with image flyio/postgres:14.4
Error failed to launch VM: Post “http://[fdaa:1:121::3]:4280/v1/apps/class-manager-db/machines”: connect tcp [fdaa:1:121::3]:4280: operation timed out

Not exactly sure what is going on. Any help is appreciated. Thank you !

Hey Shagun! Looks like a problem with the wireguard tunnel, enable wireguard over websockets flyctl wireguard websockets · Fly Docs and try again.

Thanks. This worked and I have successfully deployed my app :slight_smile:

1 Like