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
I'm trying to implement a cleaned auth middleware. But I'm facing an issue : on page load the route middleware, placed on the layout @Component({ name: 'default', middleware: ['user'] })
is not triggered on page load. But is triggered on page switch and on page load with ssr enabled on server side.
When I nuxt generate locally, the route middleware is triggered on client side, which I believe is correct.
Are you aware of this anomaly?
Thank You
The text was updated successfully, but these errors were encountered:
Hello everybody,
I'm trying to implement a cleaned auth middleware. But I'm facing an issue : on page load the route middleware, placed on the layout
@Component({ name: 'default', middleware: ['user'] })
is not triggered on page load. But is triggered on page switch and on page load with ssr enabled on server side.
When I
nuxt generate
locally, the route middleware is triggered on client side, which I believe is correct.Are you aware of this anomaly?
Thank You
The text was updated successfully, but these errors were encountered: