SvelteKit - Failed to load resource: the server responded with a status of 500 ()
I have done some changes to my app, and since then I get this error message on CF Pages.
Failed to load resource: the server responded with a status of 500 () - cart:1
Sadly on Pages, I'm not seeing any error message, so I"m unsure where's the problem, or how I can troubleshoot it.
As the whole route was reworked, I tried to remove as much as possible, and I come to the following:
In my +page.svelte, once I removed:
and from +page.server.js:
Any ideas how I could fix this issue?
1 Reply
Did you solve this? I'm running into the same issue.