guest page not working
PterodactylStore opened this issue · 1 comments
PterodactylStore commented
i have added this but when visti the guest page redirect me to home page
{ name: 'Test', icon: 'star', to: '/test', gated: false, names: ['test'], },
tcampbPPU commented
@acidjazz hmm doesn't look like the client/middleware/auth.global.ts
works anymore when possibly trying to get the api.loggedIn.value
maybe since it cannot happen server side so its always returning false? anyways that seems to be why when your on a page localhost:3000/sessions
refresh browser and your back on localhost:3000/
since that final navigateTo
is always firing.