amrnn90 / breeze-nuxt

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

Fresh install, upgrade nuxt to latest, get infinite loops on /register and /forgot-password #12

Closed matthiastjong closed 1 year ago

matthiastjong commented 1 year ago

All routes are working properly, but when trying to execute a /register or /forgot-password action, I get thousands of warnings per second and the browser crashes:

Screenshot 2023-07-17 at 21 00 18

When I try to login again, the new user is created, so that process runs fine.

amrnn90 commented 1 year ago

Unable to reproduce, can you show what errors (not warnings) are you getting? the errors tab in your screenshot indicates you have 2 errors. Also are you getting any errors in the terminal where you run the nuxt server?

matthiastjong commented 1 year ago

So I rebuilt the Laravel set-up (which was also fresh) and the errors disappeared. Unfortunately I cannot reproduce it also, but happy that it works now.