NuxtLink not working on production #1557
Unanswered
tim-dreier
asked this question in
Support Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
module: ^5.0.0-1602966760.822bc05
nuxt: ^2.14.6
Nuxt configuration
mode:
Nuxt configuration
I recognized that after login, my nuxtLinks in the frontend (guest flag is set) are not working.
What is expected?
The link brings me to the correct page
What is actually happening?
Nothing happens after clicking, no error in console, no network request eg. However, the correct url is displayed in my browser when i hover over the link.
When i directly access the requested page in url, it shows as expected.
Steps to reproduce
Additional information
This error is only the case when logged in. Immediatly when I log out, all nuxtLinks work as expected.
This also only happens after deployment to production. Locally everything works fine.
Checklist
Beta Was this translation helpful? Give feedback.
All reactions