You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When permissions are not adequately set, and a vendure user has no read access to some resources, no permission error is shown. admin-ui just shows white page.
To Reproduce
[admin-ui]
create a user without read permissions (i.e: Promotion read permission disabled)
go to order detail page
Expected behavior
A "permission denied" error would be enough IMHO.
Additional context
The text was updated successfully, but these errors were encountered:
I cannot reproduce the behaviour in the screenshot based on the instructions given. When viewing an Order detail, no call is made for any Promotion data.
Currently, if you try to access a resource you do not have permissions on in the Admin UI, you will be immediately logged out. This is also perhaps not ideal, but is a slightly different issue to the one described here.
Describe the bug
When permissions are not adequately set, and a vendure user has no read access to some resources, no permission error is shown.
admin-ui
just shows white page.To Reproduce
[admin-ui]
Expected behavior
A "permission denied" error would be enough IMHO.
Additional context
The text was updated successfully, but these errors were encountered: