Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client side routing with catch all page throwing error #79

Closed
siddiquipro opened this issue Feb 18, 2024 · 4 comments
Closed

Client side routing with catch all page throwing error #79

siddiquipro opened this issue Feb 18, 2024 · 4 comments

Comments

@siddiquipro
Copy link

I have a catch all route which works fine from SSR but when we navigate from one page to another on the client side, the navigation doesn't happen.

Repo to reproduce: https://github.com/mohammadsiddiqui/h3-vike
Steps to reproduce:

  • Navigate to home page
  • Click on the link Create (this will work)
  • Click on Update (this fails)

Catch all on client seems to be working for the first route occurrence but second time it fails.

This is the error i am getting

chunk-CRYGExF-.js:13 Error: You stumbled upon a vike-vue bug. Go to https://github.com/vikejs/vike-vue/issues/new and copy-paste this error. A maintainer will fix the bug (usually under 24 hours). at _l (chunk-CRYGExF-.js:17:5413) at ml (chunk-CRYGExF-.js:17:5691) at chunk-h72aJ6Vq.js:1:74 at Dn.fn (chunk-CRYGExF-.js:9:8919) at Dn.run (chunk-CRYGExF-.js:9:1446) at get value (chunk-CRYGExF-.js:9:9163) at li (chunk-CRYGExF-.js:9:1618) at get dirty (chunk-CRYGExF-.js:9:1165) at I.l.update (chunk-CRYGExF-.js:13:27958) at Ue (chunk-CRYGExF-.js:13:46)

@brillout
Copy link
Member

Thank you for creating the bug report, I will have a look at it later today. (Apologies for the delay.)

@brillout
Copy link
Member

brillout commented Feb 19, 2024

It seems to be an issue on Vue's side, I'll resuming digging tomorrow.

@brillout
Copy link
Member

Fix released in 0.6.3.

@brillout
Copy link
Member

Repro fixed: https://github.com/brillout/vike-vue-bug-79.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants