Debugging "Internal Error" in my Pages app
Hey folks, I've been working on a Pages app for a while, and after some updates to my code I'm getting a blank page that just says "internal error" when I run
wrangler pages dev
. The console log shows only "500 Internal Server Error". Turning up the log level to debug hasn't yielded any actual information about the error such as a stack trace, only internal logging messages. Does anyone know how I can debug this further?2 Replies
I suppose it is worth mentioning that this is a Remix application, and that running the remix (vite) dev server works normally. It's only the wrangler dev command that is failing, along with my deployed application (the build is successful and so is the deployment)
@LeftHandRyan Hi Ryan, I am getting the same Internal Error with no logs when my Remix app is deployed to Cloudflare Pages. No issues locally. Did you manage to work around this? Thanks