-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Can't log in using Laravel Breeze and Sanctum #3023
-
I am having trouble signing user in to my application using Nextjs and laravel breeze (sanctum api) anytime i try to log user in i get this error.
"message": "This database engine does not support inserting while ignoring errors.",
"exception": "RuntimeException",
"file": "/var/www/html/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php",
"line": 1179,
```
Also i wasn't able to register user until i changed SESSION_DRIVER from database to file
Any help will be appreciated
I am using the default laravel breeze AuthenticatedSessionController for the signing in
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
PHPORM-88 tracks the official support for Sanctum.
Beta Was this translation helpful? Give feedback.
All reactions
-
I think what i am going to do for now is have session and user on another database like Postgres and have other Articles on Mongodb. That should solve my problem till sanctum is fully supported.
Beta Was this translation helpful? Give feedback.
All reactions
-
I think what i am going to do for now is have session and user on another database like Postgres and have other Articles on Mongodb. That should solve my problem till sanctum is fully supported.
It should be supported in 4.6
Beta Was this translation helpful? Give feedback.