constant restarting server
emilianoprioli
HOBBYOP

a year ago

I’m having several issues with my website. It works correctly, the CORS settings are properly configured, and I don’t have any problems. However, after a certain period of time, I have to keep restarting the server because a CORS error appears, and the page gets blocked. I restart it, and it works fine. Can anyone help me?

Solved

2 Replies

a year ago

Hello,

This is a clear indication that your app has crashed and your frontend app ends up making a request and being served the Railway branded error page, the CORS issue is not the real issue.

I would suggest adding better logging so that you can narrow down why your app is crashing to fix the problem in your code.


emilianoprioli
HOBBYOP

a year ago

Thank you for your time! I would try it


Status changed to Solved brody over 1 year ago


Loading...