I recently updated my @sveltejs/kit package in my SvelteKit app and it caused the handler to break. I think it has something to do with a possible change in the Server class that gets imported. I found this small change fixed things.
Haven't tested if this works with @sveltejs/kit": "1.0.0-next.561
Just putting this here for when you decide to update the version of SvelteKit and hopefully don't run into the same headache I just did :)
I recently updated my @sveltejs/kit package in my SvelteKit app and it caused the handler to break. I think it has something to do with a possible change in the Server class that gets imported. I found this small change fixed things.
Haven't tested if this works with
@sveltejs/kit": "1.0.0-next.561
Just putting this here for when you decide to update the version of SvelteKit and hopefully don't run into the same headache I just did :)