fly deploy pointing to wrong server URL
I am trying to deploy a postgres + websockets Wasp app to Fly, following the deploy instructions here: https://wasp-lang.dev/docs/advanced/deployment/cli
App works correctly locally.
I ran:
This created 3 apps:
This might have been an issue during the deploy, where the CLI timed out waiting for the apps to be available. I re-ran the command since the TOML files were correctly created assuming it would pick off where it left off, but not sure what happened.
1: is there a way to fix this?
2: is this a known issue?
App works correctly locally.
I ran:
wasp deploy fly launch my-wasp-app mia This created 3 apps:
- my-wasp-app-client-morning-feather-500
- my-wasp-app-server-broken-mountain-1141
- my-wasp-app-broken-mountain-1141-db
ERR_NAME_NOT_RESOLVEDfor request tohttps://my-wasp-app-morning-feather-500-server.fly.dev/auth/me- socket requests are failing
my-wasp-app-morning-feather-500-server but it should be my-wasp-app-server-broken-mountain-1141. This might have been an issue during the deploy, where the CLI timed out waiting for the apps to be available. I re-ran the command since the TOML files were correctly created assuming it would pick off where it left off, but not sure what happened.
1: is there a way to fix this?
2: is this a known issue?
Wasp CLI can deploy your full-stack application with only a single command.
