Cannot use 'in' operator to search for 'home' in undefined`
Hello, my production build worked fine on cloudflare and now, i don't really understand why, now i get this issue when i open the /home of my site
When I open the root url, it works
I use sveltekit
inside the file
.svelte-kit/cloudflare/_worker.js
I get the error Cannot use 'in' operator to search for 'home' in undefined
Does somebody know anything about that ?2 Replies
but this file is generated by the adapter cloudflare automatically, and i didn't change the version between the build that worked on cloudflare and this one
this may be because we added sentrySvelteKit({...}) in the sveltekit config and it may break something with cloudflare
(This is what package-lock.json solves/locks, so this should not be the case)
did you modify any other dependencies?