amrnn90 / breeze-nuxt

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

Sanctum always comes in as Unauthenticated #34

Closed plannedWin closed 5 months ago

plannedWin commented 5 months ago

Hi, I'm having an issue using the Auth aspect of this starter.

If I register or login, I am always getting an 'Unauthenticated' error from the API.

Curious if anyone has run into this issue as well and knows a fix.

plannedWin commented 5 months ago

Hmmmm seems like it has something to do with the concurrently installation method. Ran the servers individually and everything is working as expect.