Public networking generated domain doesnt work
hadicph1
HOBBYOP

a year ago

I removed a log from the code, which definitely doesn't change any behavior, public networking just got broken for some reason.

Solved

6 Replies

a year ago

You have your domain pointing to port 3000, when the correct port is 8080.

Attachments


hadicph1
HOBBYOP

a year ago

Can you please not share my endpoint on a public thread?sweat_smile emoji


hadicph1
HOBBYOP

a year ago

Yeah but every time i deploy it gets reset


a year ago

Railway doesn't change the port your domain points to after the initial domain creation or after you modify it.


hadicph1
HOBBYOP

a year ago

For some reason variable PORT is being injected on 8080 even though I haven't added it, which bypassed my logic for env var checks, but yes that makes sense !
Thank you for the help raised_hands emoji


a year ago

Yep Railway will always inject 8080 as PORT!

Happy to help!


Status changed to Solved brody over 1 year ago


Loading...