FFilament•Created by jesus9314 on 5/29/2024 in #❓┊help Can't login into panel when user model use uuid
I encountered the same issue, all you have to do after updating the user model and migration is to also update the sessions table user_id
column to be foreignUuid
instead of foreignId
.
Hope that helps.