Where can i find my deploy's public URL?
Hi! I was able to deploy my node+express+mongoose project i think(it is a rest api backend). The deploy seems active. But where can i find the URL to access my rest API?
4 Replies
Ok, so i guess this is where i'm stuck at the moment: https://docs.railway.app/deploy/exposing-your-app
I have this in my express config, so i think i should be good to go?
//Set app port
app.set('port', (process.env.PORT || 3333));
Deploy log states:
"API listening on port 8011"
But i don't see the domain setup screen mentioned in the article aboveOk, got it, its under Settings, problem solved.
Hmm we should be auto detecting the web server
I didn't see any message pop up regarding the web server, but once i enabled it settings all works fine, even with my custom domain