Josepdal | Stakely
Scroll jump when navigating between pages
Hello, since version 3.10.2 there is a bug in the navigation between pages that makes the content flicker, jump from one place to another and under my point of view, it is quite annoying.
Because of this problem, I haven't updated the nuxt version for about 8 months now and need to do so because of other fixes, security patches etc. The bug is so annoying, that I can't leave it like this in production.
I have compiled a list of others who are experiencing the same problem so you get all the context we all provided.
https://discord.com/channels/473401852243869706/1290246483890798644
https://discord.com/channels/473401852243869706/1245292146852892714
https://github.com/nuxt/nuxt/issues/26034
https://github.com/nuxt/nuxt/issues/29394
https://github.com/nuxt/nuxt/issues/28988
Would it be possible to accelerate the resolution of this problem? I could help to make tests at any time, but the solution itself is too big for my knowledge.
Thanks in advance!
2 replies
navigateTo() not working on server side
Hello, I am using
navigateTo()
inside useAsyncData()
to perform a redirect on server side but it is not working properly, it only works on client side.
Instead of a redirect on the server, I am getting errors like [nitro] [unhandledRejection] TypeError: $setup.localePath is not a function
but redirect should act before all those variables being called.
Am I missing something?6 replies