My code was working fine for weeks, up until hours ago. I’ve made no new updates. Randomly the site displays in black “Internal Server Error”, there’s no browser logs or function logs (blank), our debug logs are gone as well. Build succeeds fine, however in Edge Functions it says:
Aug 11, 01:33:38 PM: error Error handling request: TypeError: functions is not a function
at file:///root/src/bootstrap/server.ts:53:45
at mapped (ext:deno_http/00_serve.ts:407:24)
at mapped (ext:deno_http/00_serve.ts:513:16)
at ext:deno_http/00_serve.ts:729:29
at eventLoopTick (ext:core/01_core.js:178:7)
at async netlify:bootstrap-stage1:4:1
Anyone know how to fix this? I don’t think it’s on my end.
Yes, also experiencing this - seems like starting at around 18:08 CEST (UTC+2), our Next.js site https://upleveled.io went down (also, currently down):
Aug 11, 07:40:22 PM: error Error handling request: TypeError: functions is not a function
at file:///root/src/bootstrap/server.ts:53:45
at mapped (ext:deno_http/00_serve.ts:407:24)
at mapped (ext:deno_http/00_serve.ts:513:16)
at ext:deno_http/00_serve.ts:729:29
at eventLoopTick (ext:core/01_core.js:178:7)
at async netlify:bootstrap-stage1:4:1
We don’t use Deno, so it looks like a problem on the Netlify side.
Any Netlify support people around? Could you update the Netlify Status page with the outage? https://www.netlifystatus.com/
Same here. This morning my Nuxt (Vue 3) app was running just fine. Rebuilding and redeploying without cache completed successfully but I’m still getting the Internal Server Error screen when accessing the app and the same error message in the edge function logs.
Not using Deno either, it’s definitely on Netlify’s side