Skip to content

Commit 138e9f6

Browse files
authored
Fix linting errors
1 parent 7f916bf commit 138e9f6

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ In this comprehensive troubleshooting guide, we'll help you navigate through com
1111

1212
It's common to have the App menu missing from the Commerce Admin Panel menu when:
1313

14-
* **The app is not correctly published in App Builder.** Go to the App project in the developer console and check that the Production workspace has a status of Published. If this is not the case, request an approval to publish and test again once the application in Approved.
14+
* **The app is not correctly published in App Builder.** Go to the App project in the developer console and check that the Production workspace has a status of Published. If this is not the case, request an approval to publish and test again once the application in Approved.
1515

1616
*. **The latest changes are not correctly deployed and published.** Make sure to deploy the latest changes using `aio app deploy` in the correct `org/project/workspace`.
1717

18-
* **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.
18+
* **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.
1919

20-
* To make sure your registration is correctly deployed, navigate in your browser to `<appURL>/index.html`. You can find your application URL in your project workspace in the Adobe developer console.
20+
* To make sure your registration is correctly deployed, navigate in your browser to `<appURL>/index.html`. You can find your application URL in your project workspace in the Adobe developer console.
2121

22-
* Check the elements in your browser developer tools and look for the script `src` in the body. It usually has the format `index.<random>.js`.
22+
* Check the elements in your browser developer tools and look for the script `src` in the body. It usually has the format `index.<random>.js`.
2323

24-
Replace in the URL the `index.html` with this javascript to access its content. Search for `getItems` for example and make sure the registration defined in your app is the same one you see deployed.
24+
Replace in the URL the `index.html` with this javascript to access its content. Search for `getItems` for example and make sure the registration defined in your app is the same one you see deployed.
2525

2626
## App page is not displayed when accessing the menu
2727

28-
An app page is not displayed when the `extensionId` specified doesn't match with the application or when the registration is missing mandatory methods.
28+
An app page is not displayed when the `extensionId` specified doesn't match with the application or when the registration is missing mandatory methods.
2929

3030
* Check the app registration and make sure it contains the following:
31-
32-
* `extension:getId` method that returns a string with the `extensionId`.
31+
32+
* `extension:getId` method that returns a string with the `extensionId`.
3333
* `page:getTitle` method that returns a string with the page title.
3434

35-
*. Check the `extensionId` is the same used in the registration to identify correctly the application with a unique name.
35+
*. Check the `extensionId` is the same used in the registration to identify correctly the application with a unique name.
3636

3737
## Timout error
3838

@@ -43,10 +43,9 @@ Timeout errors can occur when a process or operation takes longer than the speci
4343
* Ensure that your network connection is stable and not experiencing any interruptions.
4444
* Verify that the server or service you are accessing is reachable from your network.
4545

46-
2. Refresh the page to check that the issue was not temporary.
46+
2. Refresh the page to check that the issue was not temporary.
4747

4848
3. Escalate to Support or Engineering:
4949

5050
* If you are unable to resolve the timeout issue, escalate the problem to the appropriate support or engineering team.
5151
* Provide detailed information about the troubleshooting steps you have taken so far to expedite the resolution process.
52-

0 commit comments

Comments
 (0)