Static files throwing exception

For some reason my static flags are throwing an exception in production on CF pages. I am using SvelteKit.

{
  "outcome": "exception",
  "scriptName": "pages-worker--2288760-production",
  "diagnosticsChannelEvents": [],
  "exceptions": [
    {
      "stack": "    at Object.fetch (functionsWorker-0.8194340513801277.js:67834:30)",
      "name": "Error",
      "message": "internal error",
      "timestamp": 1712694116318
    }
  ],


These flags are in my static folder and work fine on dev.
Was this page helpful?