You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only way I think it might be is that there is an issue with Nuxt.js and while handle request, nuxt is decode path (-> instead of 90%25 we get 90%) and the vue-router try to decode it again -> the exception raised.
Version
3.0.3
Reproduction link
https://codesandbox.io/s/mw8di
Steps to reproduce
Open:
https://mw8di.codesandbox.io/#/test/error/100%
What is expected?
Page with 'Error' text
What is actually happening?
URI malformed error page
I found this error while using Nuxt.js, related bug:
nuxt/nuxt#5827
The text was updated successfully, but these errors were encountered: