Pages returning 500 but the logs say 200 OK?

Can someone help me better understand how CF pages works?

I've deployed a barebones remix site using the official remix template: https://github.com/remix-run/remix/tree/main/templates/cloudflare-pages

Everything seemed to be working fine until i started receiving a 500 Internal Error in a preview environment. When i go to investigate the logs via wrangler cli and the dashboard. I just see 200 OK responses with a logs: [] entry.

I see in the log stream that an entry has an event which looks like my underlying web request because that one has
"response": {
   "status": 500
 }

in it. This makes me feel like there is some other place to look for my internal "server" logs?
GitHub
Build Better Websites. Create modern, resilient user experiences with web fundamentals. - remix-run/remix
Was this page helpful?