Skip to content

Commit b867b10

Browse files
committed
adds example
1 parent 5678e53 commit b867b10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,13 @@ Commerce logs failed mass action requests that are not sent to an iFrame. An App
8989

9090
## Issues accesing the latest Admin UI SDK version
9191

92-
You may encounter issues accesing the latest Admin UI SDK version (version 2.0), and we are currently working to ensure it is installed by default on the next Adobe Commerce release. However, if you're currently facing any issues, you may add the following line to the `composer.json` file in the `require` section:
92+
You may encounter issues accesing the latest Admin UI SDK version (version 2.0.0) and see an error such as this when trying to update your `composer.json`:
93+
94+
``` bash
95+
Problem 1
96+
- adobe-commerce/extensions-metapackage <> requires magento/commerce-backend-sdk ^1.3 -> found magento/commerce-backend-sdk[...] but it conflicts with your root composer.json require (2.*).
97+
```
98+
We are currently working to ensure the latest version is installed by default on the next Adobe Commerce release. However, if you're currently facing any issues, you may add the following line to the `composer.json` file in the `require` section to solve this issue:
9399

94100
```bash
95101
"magento/commerce-backend-sdk": "2.0.0 as 1.4"

0 commit comments

Comments
 (0)