Sudden Internal Server Error
The homepage of my site on Pages is suddenly returning only "Internal Server Error".
The site uses next-on-pages, but this particular page is static generated. It was working fine a few minutes ago, and I haven't pushed a change in days. What could be causing this?
Other pages on the site had an issue for a bit but they work fine now, I'm only still seeing issues on the homepage.
My code doesn't log anything, so that log seems to be coming from Cloudflare.
Site link: https://coursehistory.advaith.io
4 Replies
Is smart placement enabled?
yeah
There is a known issue with smart placement which can sometimes cause internal errors when you start tailing logs for a deployment
Once it happens you usually have to redeploy to fix but then it may just come back next time you tail logs unless you turn off smart placement
Hopefully should be fixed before that feature is out of beta
ah, thanks
is that only for pages or does it also affect workers?