amrnn90 / breeze-nuxt

An application / authentication starter kit frontend in Nuxt3 for Laravel Breeze.
MIT License
198 stars 33 forks source link

Redirecting to Login Page on Refresh #17

Closed luistrcastro closed 1 year ago

luistrcastro commented 1 year ago

Hey man, thank you for putting some time into this repo; it's incredible.

I'm using the verified middleware in my pages in Nuxt, except in login, of course. But when I refresh the page, I'm redirected to the login page and then back to home. Any idea of why this is happening?

Do you want me to provide any snippets from my code?

Thank you for your time

amrnn90 commented 1 year ago

Hi, are you getting any errors in your browser's console? What about the terminal where you run Nuxt's dev server, any errors there?

luistrcastro commented 12 months ago

Hi, sorry for the late response. I'm using your library on a side project which I work on once a month.

I'm not getting any errors on the terminal. In the browser's console, I get this warning

image