F
Filament8mo ago
g0to

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
No description
3 Replies
g0to
g0toOP8mo ago
I changed to mysql and its all fine now how i can mark as solved?
Dennis Koch
Dennis Koch8mo ago
I doubt it’s all fine. MySQL is just less strict.
awcodes
awcodes8mo ago
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.

Did you find this page helpful?