-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not found: /__data.json
when use form actions with use:enhance
#7434
Comments
I've just about wanted to report this issue. I've been getting it on the root route Edit: This issue seems to only exists on server only routes. If you make the Edit 2: as a momentary fix, I've been able to downgrade to 527 and the issue doesn't appear anymore. So I assume that it comes from the changes in this commit. |
Can confirm, getting this error as well. |
Same here, reverting back to: "@sveltejs/kit": "1.0.0-next.527" helps. |
Same here |
This appears to also impact |
Have the same issue, but was caused by having I could fix the problem by commenting out that line, or reverting to 527 as above. |
I'm seeing an issue now where the first request to /cc @dummdidumm |
Please open a new issue with a reproduction |
Describe the bug
I have this code:
when I submit the form, the following error occurs:
exactly the same happens if they are named actions, when using
use:enhance
I get the same error.I thought it was related to #7410, but I updated to the latest version and the error described still occurs
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-kbaf32?file=src/routes/+page.svelte
other option (local)
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
I can do a minimal reproduction, but I literally just start a new project and try to use form actions with
use:enhance
The text was updated successfully, but these errors were encountered: