-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
Which component is affected?
Qwik City (routing)
Describe the bug
I am doing :
- Deployed application with SSG
- Routing with dynamic params (some are unknown at build time)
What I expect :
- With SPA navigation, I shoud be able to
- Navigate to a page including a dynamic params without having to implement onStaticGenerate
- The query params should be forwarded when using a Link tag
What's actually happening:
- 404 Error
- Query Params are not forwarded
Reproduction
https://github.com/Jeremy-Mrz/demo-ssg-qwik
Steps to reproduce
Since the issue is with the SSG, the reproduction app is deployed here : https://demo-ssg-qwik.vercel.app/
Click on link without onStaticGenerate, it displays a 404 while it shouldn't
Click on any links, it doesn't show the query params
System Info
Qwik V: 2.0.0-beta.19Additional Information
No response
Reactions are currently unavailable