"The script will never generate a response"

I have no idea where to even start looking, or even how to reproduce.

I read this article https://zuplo.com/blog/2022/03/04/the-script-will-never-generate-a-response and I think this may be what is going on. But I have no idea what can I do to start troubleshooting.

I am using Sveltekit and in hooks.server.ts I validate a session cookie and get/put data using Cloudflare's KV.

I do notice if I refresh the page several times I can see the error in the logs:
  "exceptions": [
    {
      "name": "Error",
      "message": "The script will never generate a response.",
      "timestamp": 1700096259217
    }
  ],
Was this page helpful?