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
Hello, I realized that Laravel's manual authentication does not work with inertia, I am doing everything as the documentation says but the user's credentials are not kept saved.
web.php
AuthController
SignIn view React
HandleInertiaRequest
Error
The text was updated successfully, but these errors were encountered:
@FuzzyNat26 Hello! Yes, since I was never able to solve it from the programming side, what I did was create a new project and start everything from scratch, migrating the views, controllers, etc., etc., and the authentication now worked.
Hello, I realized that Laravel's manual authentication does not work with inertia, I am doing everything as the documentation says but the user's credentials are not kept saved.
web.php
AuthController
SignIn view React
HandleInertiaRequest
Error
The text was updated successfully, but these errors were encountered: