Workspace Builder: When you open a workspace in Workspace Builder, it doesn't finish loadingIssue When you open a workspace created in App Engine Studio in Workspace Builder, the workspace doesn't finish loading.ReleaseApp version: 23.1.x and earlier.CauseThe APIs that retrieve table and role data time out, which causes other APIs to terminate their execution.ResolutionUpgrade the Workspace Builder version to 23.2.0 or later. Once upgraded, if Workspace Builder still doesn't load completely, check whether the ACL is available for the experience by completing the following steps. In the All menu, navigate to Experiences.Enter the name of the experience in the Title field.Select the experience to open it, and note the URL path.Navigate to All Properties.Enter glide.appcreator.company.code in the Name field. Open the property record by selecting its name and note the Value.Note that the name of ACL will be in the following format: x.<company_code>.<workspace URL with all the / replaced with a dot(.)>.*Based on the values from Step 3 and Step 6, where the URL path is srm-for-hr-workspace and the company code is abc, the ACL name will be x.abc.srm-for-hr-workspace.*If you do not see an ACL with the named combination from the previous step, create the ACL for the workspace using the following pattern: x.<company_code>.<workspace URL with all the / replaced with a dot(.)>.* The company code is located in the system properties glide.appcreator.company.code. In the above example, the company code is abc.The URL path of the experience is located in the UX Page Registry table (sys_ux_page_registry, enter experiences in Filter navigator). For example, the SRM for HR Workspace with a URL path of srm-for-hr-workspace, the ACL would be: Type: ux_routeOperation: readName: x.abc.srm-for-hr-workspace.* Add roles as required. Once the ACL is created, the workspace should open correctly in Workspace Builder.