Qwik dynamic routes not working in CF Pages
I have a cloudflare page that I am building usin
npm run build
and deploying manually to CF Pages and it looks like qwik's dynamic routes don't work with Pages, has anyone experienced this?
The routing works locally when using npm run start
and npm run preview
There are two links in the /index
One used qwik Link and the other just a a tag
test Page: https://qwik-test-bdd.pages.dev/
The test page has two links to the same thing, one using Link and the other using a normal a tag
repo to reproduce: https://github.com/charl-kruger/qwik-testGitHub
GitHub - charl-kruger/qwik-test
Contribute to charl-kruger/qwik-test development by creating an account on GitHub.
1 Reply
Ive asked on the qwik builder channel aswell