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
The singlestore driver seems incompatible with Vapor.
From a middleware where we do this : auth()->check() === false
Here is the error received :
PDOException
Illuminate\Database\QueryException
SQLSTATE[HY000] [2002] (trying to connect via (null)) (SQL: select * from `user` where `id` = 1024732 limit 1)
Even trying to register singlestore connection in the AppServiceProvider following this issue : #2 it does not work
Maybe an extension is missing on Vapor but which one? Is there an incompatibility with Alpine?