Application failed to respond

albertoHOBBY

a year ago

I have deploy a PHP service with Dockerfile configuration and it seem to be working. It has been deployed, connected to postgresql and it has created a initial tables.

However, after creating a public network to test the index, the server’s response was ‘Application failed to respond.’"

Could someone please assist me in troubleshooting this issue?

thanks

Solved

3 Replies


Status changed to Solved railway[bot] about 1 year ago


albertoHOBBY

a year ago

Thanks, now it works login page but subroutes return an error 500. Log is:

index works:

127.0.0.1 - 08/Apr/2024:22:45:46 +0000 "GET /index.php" 200

but login and register no:

192.168.0.4 - - [08/Apr/2024:22:45:51 +0000] "GET /login HTTP/1.1" 500 6628 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "31.221.171.72" 0.043 0.042 . -

127.0.0.1 - 08/Apr/2024:22:45:51 +0000 "GET /index.php" 500

192.168.0.4 - - [08/Apr/2024:22:45:57 +0000] "GET /register HTTP/1.1" 500 6628 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" "31.221.171.72" 0.018 0.018 . -

127.0.0.1 - 08/Apr/2024:22:45:57 +0000 "GET /index.php" 500

Same configuration in local works.

Do you know what's happen?


albertoHOBBY

a year ago

I got it working, thanks!