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: []
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 }
"response": { "status": 500 }
in it. This makes me feel like there is some other place to look for my internal "server" logs?