Expand my Community achievements bar.

SOLVED

Unable to find Configure Extensions option in local adobe commerce 2.4.8-p1

Avatar

Level 7

Hello team,

I am trying to test https://github.com/adobe/adobe-commerce-samples/tree/main/admin-ui-sdk/menu/custom-menu with local adobe commerce 2.4.8-p1

App is working fine on localhost:9080 port and can see orders and products data in browser

 

Now want to connect that app in adobe commerce admin panel and need to see similar grid inside admin panel but Configure Extensions option not visible
https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/configuration/

 

Admin-configuration-and-testing-07-04-2025_12_14_PM.png

 

Thanks,

Ankit

1 Accepted Solution

Avatar

Correct answer by
Level 7

Found the solution!

 

Custom Menu not visible because of Adobe Commerce 2.4.8-p1 running inside docker and docker was not able to connect with 9090 and 9080 port which was running outside the docker. Provided connectivity for those port with Adobe Commerce docker and now custom menu available in admin screen from app builder and working fine.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Found the solution!

 

Custom Menu not visible because of Adobe Commerce 2.4.8-p1 running inside docker and docker was not able to connect with 9090 and 9080 port which was running outside the docker. Provided connectivity for those port with Adobe Commerce docker and now custom menu available in admin screen from app builder and working fine.