Replies: 1 comment 1 reply
-
I have git-bisected the issue to upgrading sveltekit from |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am a little stumped on this one. Perhaps someone here can help before I go through the process of creating a bug report. I have a form that was working fine a few days ago. I updated to the latest, and this form handler broke. I didn't make any code changes.
I have an action (
/home/pets/upload/+page.server.ts
):The form that performs the post looks like this (
/home/pets/upload/+page.svelte
):When I attempt to perform a POST to it, I get a 404. The logs show the following:
The network headers are (after some minor cleanup):
I am using SvelteKit (v1.0.0-next.524). This used to work as of a few days ago. I didn't see anything in the release notes that would indicate what changed. I'm assuming this is a bug, but I will hold back on filing one if anyone sees something that I am missing.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions