Issues with uuid
Hi guys, all nice? Im getting problems after switched from incremental ids to uuids. Now, when i open my dashboard, i get this error:
Database: Postgres
Laravel Version: 10.x
3 Replies
I changed to mysql and its all fine now
how i can mark as solved?
I doubt it’s all fine. MySQL is just less strict.
Did you reseed the users?
And did you change the sessions table to use
foreignUuid
for the user relationship?
Long story short this a laravel issue and not a filament issue. Filament doesn’t care how you handle authorization.
It defaults to laravel.