QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.72k stars 1.29k forks source link

[🐞] Redirects don't work with queries on routeAction$ #4910

Closed gustavocadev closed 2 months ago

gustavocadev commented 1 year ago

Which component is affected?

Qwik City (routing)

Describe the bug

I expect to be redirected to the query of my form, but it doesn't work, I use sveltekit and it works well I expect the same of Qwik image

Reproduction

https://github.com/gustavocadev/qwik-query

Steps to reproduce

pnpm install followed by pnpm dev

System Info

System:
    OS: Windows 10 10.0.22621
    CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics
    Memory: 5.83 GB / 12.92 GB
  Binaries:
    Node: 18.16.0 - C:\Program Files\nodejs\node.EXE
    npm: 9.6.7 - C:\Program Files\nodejs\npm.CMD
    pnpm: 8.6.5 - ~\AppData\Local\pnpm\pnpm.EXE
  Browsers:
    Edge: Spartan (44.22621.2070.0), Chromium (115.0.1901.188)
    Internet Explorer: 11.0.22621.1
  npmPackages:
    @builder.io/qwik: ^1.2.6 => 1.2.6
    @builder.io/qwik-city: ^1.2.6 => 1.2.6
    undici: 5.22.1 => 5.22.1
    vite: 4.4.0 => 4.4.0

Additional Information

No response

octet-stream commented 3 months ago

Isn't this similar to https://github.com/QwikDev/qwik/issues/6103? I already sent a PR https://github.com/QwikDev/qwik/pull/6410, but it seem to need further discussion.

gioboa commented 3 months ago

@octet-stream yup, thanks