JP
Explore posts from serversCDCloudflare Developers
•Created by JP on 1/22/2024 in #pages-help
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
in it. This makes me feel like there is some other place to look for my internal "server" logs?1 replies