Closed
Description
Hi,
I installed Laravel 8 with Jetstream which uses default database session driver out of the box.
It creates a sessions
table having user_id
column with type BigInt.
As soon as I login to mydomain.com/canvas/login, I get the following error.
SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: 'e27c920e-45a8-4f55-8d3d-62cc6493cf5d' for column `my_db`.`sessions`.`user_id` at row 1 (SQL: update `sessions` set `payload` = YTo1OntzOjY6Il9..., `last_activity` = 1601279641, `user_id` = e27c920e-45a8-4f55-8d3d-62cc6493cf5d, `ip_address` = 127.0.0.1, `user_agent` = Mozilla/5.0 where `id` = igv0zkK9xB0J2qLuQcbCK1lAtWPQd8TODGU52wcV)
Is this package not supported with Jetstream/Fortify yet, or am I missing something?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels