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
Copy file name to clipboardExpand all lines: src/pages/admin-ui-sdk/troubleshooting.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,9 @@ It's common to have the App menu missing from the Commerce Admin Panel menu when
21
21
22
22
If the response indicates the module has not been enabled, run the following command:
23
23
24
-
`bin/magento module:enable Magento_AdminAdobeIms`
24
+
`bin/magento admin:adobe-ims:enable`
25
+
26
+
[Configure the Commerce Admin Integration with Adobe ID](https://experienceleague.adobe.com/docs/commerce-admin/start/admin/ims/adobe-ims-config.html#) provides additional information about setting up Adobe Identity Management Service (IMS) on Commerce.
25
27
26
28
***The registration of the menu is not correct.** Make sure that you defined the correct `menu` method with a `getItems` function that returns an array of the menus to register.
27
29
@@ -42,7 +44,7 @@ An app page is not displayed when the `extensionId` specified doesn't match with
42
44
43
45
* Check the `extensionId` is the same used in the registration to identify correctly the application with a unique name.
44
46
45
-
## Timout error
47
+
## Timeout error
46
48
47
49
Timeout errors can occur when a process or operation takes longer than the specified time limit to complete. The retrieval of extensions from App Registry has a timeout set to 10000ms.
0 commit comments