fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.44k stars 727 forks source link

Error when trying to change Role in Production #448

Open lazyCoder-max opened 1 year ago

lazyCoder-max commented 1 year ago

Describe the bug I've tried to publish the existing code in windows server IIS just by changing the database connection string without changing anything, after that i tried to run it using the subdomain that i created, and tried to change the basic user role permission and it is throwing error

To Reproduce Steps to reproduce the behavior:

  1. published the original code to a windows VPS
  2. Run the hosting using a subdomain that i created
  3. login
  4. update the basic role permission

Expected behavior Update needs to be fixed

Screenshots image