Admin portal access issue (2.1.6) #17963
Replies: 3 comments 9 replies
-
There has been a fix related to the site owner permissions in 2.17. But I'm not sure if it fixes your specific problem as well. |
Beta Was this translation helpful? Give feedback.
-
I am not really sure how this behavior is possible. If I had a copy of your database, I could try it a see what is causing the issue. The migration that is going it can be found here It should create SiteOwner role unless it already exists then it would try SiteOwner(N). If this issue is only with one tenant, meanwhile you can manually edit the |
Beta Was this translation helpful? Give feedback.
-
@MikeAlhayek any help ? :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We upgraded the project from version 1.7.2 to 2.1.6, but now we’re unable to access the /Admin page. I’ve tried various troubleshooting steps but haven’t been able to resolve the issue.
From the logs, it appears the system is attempting to create a "SiteOwner(N)" role, and it seems that my recipe migrations are not being applied correctly. Although the console indicates that the migrations are applied, the database still reflects the old version number.
If anyone has encountered a similar issue or has suggestions, your help would be greatly appreciated.
Here is the logs :

here is the OrchardCore.Roles db record:
My user roles : "RoleNames":["Authenticated","External","Administrator","Privileged"]
Beta Was this translation helpful? Give feedback.
All reactions