After updating devdojo/themes from 0.0.2 to 0.0.3 cannot create or update users
After running the update here is the error i get when I try and update or create a user.
1.4.1, just a side note I have another laravel instance running with voyager 1.4.1 alone and everything is working.
Also noticed things on the users page this morning that may be caused by this issue as well. Have added a screen shot.
Image 3 shows that locale is not on the update user page as it is in the users section.
Yeah, looks like there was some compatibility issues with the latest version of voyager and user settings. You can follow the instructions posted here: https://github.com/the-control-group/voyager/issues/4082 and that will solve the issue.
Basically, visit the User bread page at /admin/bread/users/edit
, uncheck the Add and Edit checkbox in the settings row and click Save
You should now be able to update users on your end ;)
















Thanks Tony really appreciate it