Can't access api url (nestjs project)

RRUNNb5/22/2023
So on my local env if I access localhost:port/api I can see api swagger documentation. Also I can do any request.
When deployed on railway I get no errors, I see app running logs but can't access api documentation page or do any request.

Any ideas on what is possibly going on?
RRUNNb5/22/2023
7c69688b-ac40-4119-aa59-af1c425ac66d
RRUNNb5/22/2023
RRUNNb5/22/2023
thanks
Bbrody5/22/2023
got it working?
RRUNNb5/22/2023
I am testing rn
RRUNNb5/22/2023
Working, thanks
Bbrody5/22/2023
awesome!
RRUNNb5/22/2023
Also 1 question about vars. I have a nextjs project and I am overwriting the vars on settings and I still got the vars on .env inside the project
Bbrody5/22/2023
oh course, thats how it works, you shouldn't be committing your .env file to github
RRUNNb5/22/2023
hmm ok maybe rename for .env.local
RRUNNb5/22/2023
because is local env
Bbrody5/22/2023
that works too