Workspace is not displayed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 01:37 AM
Hello,
The workspace was created using UI Builder.
When I logged in as a different user and checked the workspace, the page was not displayed.
Is this due to a lack of Role? If so, where can I find the required Role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 04:45 AM
I had similar problem but it was due to my connection problems.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 06:14 AM
Assuming it wasn't built in global, you can use App engine studio to open the app and give you the details.
Or open UI Builder, find the variant and click on Audience to see what roles are needed to view this variant/page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 05:43 PM
Thank you for your reply.
As you say, the application is not Global.
I checked Audience and nothing was specified, is it correct that the role is not restricted?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 09:13 AM
Access to workspaces is controlled by ACLs. You'll need a ux_route ACL for the workspace (You can use service operations workspace as a reference). For individual pages you can use audiences, which primarily use roles, but can also use user criteria if that plugin is enabled.