Help debugging 500 errors?
Hi all - currently have a Remix app that has been working well, but I've pushed some changes that work locally but not on prod. I've tried using wrangler tails and function live streaming to see what the error is, but they're just displaying 200 SUCCESS instead of any useful error output?
3 Replies
You can provide deployment ID, it will be easily for cloudflare team to check for more details
The tail logs will show success for 500 errors. Only worker exceptions will show as failed. You should add more debugging to your console logs and get those from wrangler tail
And Cloudflare team isn’t able to help with 500 errors coming from your application
I raised a P1 ticket because even using the last commit that was working now returns a 500 and the team is looking into it.