I am trying to add a role and permisiion to a user with studio 6 but it never adds. I can change fields like name and it saves but never can add a role and permission. There is no error, the window closes but the role is not added.
I ran the update command with debug and this is output:
[1220/175516.201:INFO:CONSOLE(83)] "EditUserModal.submit() [object Object]", source: http://localhost:5002/bundle.js (83)
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 PUT http://localhost:5002/json/reply/SiteProxy?slug=leadinput_digitalreach_online_&request=AdminUpdateUser application/json 124
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 PUT http://localhost:5002/json/reply/SiteProxy?slug=leadinput_digitalreach_online_&request=AdminUpdateUser application/json 124 - 200 - application/json;+charset=utf-8 566.6835ms
[1220/175516.772:INFO:CONSOLE(83)] "logProxy PUT [object Object] [object Object]", source: http://localhost:5002/bundle.js (83)
[1220/175516.772:INFO:CONSOLE(83)] "handleDone Edit [object Object]", source: http://localhost:5002/bundle.js (83)
[1220/175516.772:INFO:CONSOLE(83)] "AdminUsers.search(): query,,orderBy,,skip,0,take,50", source: http://localhost:5002/bundle.js (83)
info: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/1.1 GET http://localhost:5002/json/reply/SiteInvoke?slug=leadinput_digitalreach_online_&request=AdminQueryUsers&args=query%2C%2CorderBy%2C%2Cskip%2C0%2Ctake%2C50 application/json -
info: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished HTTP/1.1 GET http://localhost:5002/json/reply/SiteInvoke?slug=leadinput_digitalreach_online_&request=AdminQueryUsers&args=query%2C%2CorderBy%2C%2Cskip%2C0%2Ctake%2C50 application/json - - 200 - application/json;+charset=utf-8 476.4937ms
[1220/175517.251:INFO:CONSOLE(8)] "[object Object]", source: http://localhost:5002/bundle.js (8)
Any idea what is preventing roles/permission being added?
(I am not sure if it’s related but every time I start studio 6 there are no saved connections. On old version after I added a connection it would appear again when I started the app the next time. Now I have to add on every launch)