Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Can't log in using Laravel Breeze and Sanctum #3023

Unanswered
oladejihenry asked this question in Q&A
Discussion options

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
You must be logged in to vote

Replies: 1 comment 2 replies

Comment options

PHPORM-88 tracks the official support for Sanctum.

You must be logged in to vote
2 replies
Comment options

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.

Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /