PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

After updating devdojo/themes from 0.0.2 to 0.0.3 cannot create or update users

Solved
corybowden

Jun 18th, 2020 06:01 AM

After running the update here is the error i get when I try and update or create a user.

Update user issue.png

bobbyiliev

Jun 18th, 2020 06:45 AM

Hi there,

This seems like an issue with Voayager, someone reported the same issue here already.

What is the exact Voyager version that you are running?

Report
2
corybowden

Jun 18th, 2020 03:11 PM

1.4.1, just a side note I have another laravel instance running with voyager 1.4.1 alone and everything is working.

corybowden

Jun 18th, 2020 04:43 PM

Also noticed things on the users page this morning that may be caused by this issue as well. Have added a screen shot.Update user issue 2.png Image 3 shows that locale is not on the update user page as it is in the users section. Update user issue 3.png

tnylea

Jun 19th, 2020 01:53 AM

Best Answer

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 ;)

Report
1
corybowden

Jun 19th, 2020 04:33 AM

Thanks Tony really appreciate it