Build sometimes fails to load and requires a redeploy
titusdecali
PROOP

6 months ago

My project stringer-web is auto deployed from github and usually works, but sometimes the site doesn’t load with no errors. Then, if I redeploy with the exact same config, it works again.

Why is this happening?
FYI: I have ‘NO_CACHE=1’ set in env vars

$10 Bounty

2 Replies

case
PRO

6 months ago

Can you share some sample log lines from around the time that this is happening? Logs showing the app deploying, launching, etc. will probably be needed to debug this.


titusdecali
PROOP

6 months ago

There were no console logs on the site (browser) and the logs on Railway are no different for builds that were served correctly in the browser and those that weren't.
As such, I have a feeling it has to do with NO_CACHE=1 since I never saw these issues until I changed that value. It occurs randomly, and has happened at least 3 times.


Loading...