Skip to content

Commit 56b34ee

Browse files
authored
Merge pull request AdobeDocs#288 from mariam21arauj/CEXT-3814
Troubleshooting to access latest Admin UI SDK version
2 parents 19a4231 + 473fb0e commit 56b34ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,16 @@ Timeout errors can occur when a process or operation takes longer than the speci
8686
## Failed requests for mass actions that are not sent to an iFrame
8787

8888
Commerce logs failed mass action requests that are not sent to an iFrame. An App Builder application can access details of the failed request using the `GET V1/adminuisdk/massaction/<requestId>` REST API. The [authentication token](https://developer.adobe.com/commerce/webapi/get-started/authentication/gs-authentication-token/) must have access to the Admin UI SDK. The call returns an error message if the request ID was not found or if it associated with a successful action. [Connection interruption failures](./extension-points/index.md#connection-interruption-failures) provides additional information.
89+
90+
## Issues accesing the latest Admin UI SDK version
91+
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+
99+
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, add the following line to the `composer.json` file in the `require` section to solve this issue:
100+
101+
`"magento/commerce-backend-sdk": "2.0.0 as 1.4"`

0 commit comments

Comments
 (0)