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
Additional Information
No response
Which component is affected?
Qwik City (routing)
Describe the bug
I am doing :
What I expect :
What's actually happening:
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
Additional Information
No response