We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Netlify adapter produces the following redirects when split routes are set to true:
/ /.netlify/functions/sveltekit-index 200 //__data.json /.netlify/functions/sveltekit-index 200
The home page is initially render but subsequent client side navigation to / will fail and throws 404.
/
[]
No response
N/A
serious, but I can work around it
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Netlify adapter produces the following redirects when split routes are set to true:
The home page is initially render but subsequent client side navigation to
/
will fail and throws 404.Reproduction
[]
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: