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
When you're using independent auth guards with Statamic, along with a MySQL database and the database session driver (which is the new default in Laravel 11), you may need to change the type of the user_id column to a varchar to account for Statamic user IDs.
The text was updated successfully, but these errors were encountered:
When you're using independent auth guards with Statamic, along with a MySQL database and the
database
session driver (which is the new default in Laravel 11), you may need to change the type of theuser_id
column to a varchar to account for Statamic user IDs.The text was updated successfully, but these errors were encountered: