#Project is deployed but not accessible at public domain
8 messages · Page 1 of 1 (latest)
Project ID: 2e22d024-e200-4932-9308-1b11e749a068
2e22d024-e200-4932-9308-1b11e749a068
port 3333 is an irregular port, Railway may not realize it's running on that port. Instead, can you change your app to pull from the PORT environment variable, defaulting to 8080?
Or if port 3333 is required, default to 3333
wait, I just figured it out, copied in env vars and forgot to set host to 0.0.0.0