clarkwinkelmann Interestingly, there are no errors in either the server or Flarum logs. However, the Clockwork extension shows an error related to the create_date, but this issue doesn’t cause any major problems in the users table.
When a new visitor clicks the "Guest Login" button, an account is automatically created, and everything works fine.
The only problem is that a row for the "guest" group is not being added to the user_groups table for the newly created membership.
English is not my first language, and I am not familiar with Laravel. I know PHP, and I tried customizing the extension, which was already working fine, using ChatGPT Canvas.
My guess is that there’s an issue with the user_id column because the extension didn’t originally use the user_id.