Skip to content

Commit a9d68e9

Browse files
committed
More feedback
1 parent b33b37d commit a9d68e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/admin-ui-sdk/troubleshooting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ It's common to have the App menu missing from the Commerce Admin Panel menu when
2121

2222
If the response indicates the module has not been enabled, run the following command:
2323

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.
2527

2628
* **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.
2729

@@ -42,7 +44,7 @@ An app page is not displayed when the `extensionId` specified doesn't match with
4244

4345
* Check the `extensionId` is the same used in the registration to identify correctly the application with a unique name.
4446

45-
## Timout error
47+
## Timeout error
4648

4749
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.
4850

0 commit comments

Comments
 (0)