Sveltekit +page.server.ts load() function, both fetch() and event.fetch() fail
I have a sveltekit app running on Cloudflare pages. In server side load(event) functions, neither fetch() or event.fetch() works. I can not even get a console.log() to stream any log() to try to diadnose this.
The app works fine both locally and on Vercel.
Is there any known workaround for this on Cloudflare pages?
The app works fine both locally and on Vercel.
Is there any known workaround for this on Cloudflare pages?