diez
diez
NNuxt
Created by diez on 5/23/2024 in #❓・help
NavigateTo('/path') navigating but not displaying path
tried everything I saw on the docs and internet, missed this lol, thanks so much
5 replies
NNuxt
Created by diez on 5/23/2024 in #❓・help
NavigateTo('/path') navigating but not displaying path
https://github.com/marcop96/shortener/blob/master/middleware/auth.js here's the auth middleware https://github.com/marcop96/shortener/blob/master/pages/login.vue here im using it https://github.com/marcop96/shortener/blob/master/pages/index.vue here's index, cannot seem to find a way to make it display the site without a refresh, it's pretty annoying also tried adding nextTick() or a timeout just in case it was trying to load before the user was there or something like this, but it didn't work
5 replies