Internal Server Error
gabryell015
HOBBYOP

2 years ago

Hello, when I click to open my project on the website, Internal Server Error appears, how can I resolve it?

1 Replies

mikael-j-rich
PRO

2 years ago

What kind of app is it? Railway expects the service to listen at a specific port. Are your service listening to a specific port? Then set the PORT env variable for the service.

Example: An NGINX web server listening to port 8080

set PORT=8080 in variables.


Loading...