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
{
"outcome": "ok",
"scriptName": "pages-worker--2078907-production",
"diagnosticsChannelEvents": [],
"exceptions": [],
"logs": [
{
"message": [
"Error: internal error"
],
"level": "error",
"timestamp": 1708828588513
}
],
"eventTimestamp": 1708828588513,
"event": {
"request": {
(removed)
},
"response": {
"status": 500
}
},
"id": 17
}
{
"outcome": "ok",
"scriptName": "pages-worker--2078907-production",
"diagnosticsChannelEvents": [],
"exceptions": [],
"logs": [
{
"message": [
"Error: internal error"
],
"level": "error",
"timestamp": 1708828588513
}
],
"eventTimestamp": 1708828588513,
"event": {
"request": {
(removed)
},
"response": {
"status": 500
}
},
"id": 17
}
4 Replies
Erisa
Erisa5mo ago
Is smart placement enabled?
advaith
advaith5mo ago
yeah
Erisa
Erisa5mo ago
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
advaith
advaith5mo ago
ah, thanks is that only for pages or does it also affect workers?
Want results from more Discord servers?
Add your server
More Posts