Skip to content

srapport/qwik-static-route-loader-issue

Repository files navigation

Qwik City Issue 6820

Qwik City Issue 6820

Route loader logic is dropping query params on static builds, but is working correctly on SSR builds. It is necessary to return the query string consistently in both SSR and Static builds to support hybrid mobile apps. This was working but broke in a recent qwik release.

using the sample repo:

pnpm i
pnpm build
pnpm serve

Hover over the link on the home page and inspect the network results. The query string is dropped.

image

Now, compare this to an SSR execution:

pnpm dev

Hover over the link on the home page and inspect the network results. The query string is preserved.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published