-
-
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
prerender=true and ssr=false mix build wrong #10983
Labels
bug
Something isn't working
Comments
miss generate |
#10332 the similar problem |
5 tasks
5 tasks
dummdidumm
pushed a commit
that referenced
this issue
Nov 9, 2023
fixes #10983 This PR adds a check to see if we're prerendering and SSR is turned off to avoid responding with CSR only too early. With this check in place, the should_prerender check can now be reached and generate the __data.json file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I build a site with static page and dynamic page both, this problem has broken dynamic pages
Reproduction
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
I use
+layout.server.ts
to provide{ navs: [ {name:"home",link: "/"} ] }
for breadcrumb navThe text was updated successfully, but these errors were encountered: