Testing and debugging a Marketplace app
A common way to test and debug a Marketplace app is to create a temporary Marketplace application in the Cloud Portal and configure it in the following way:
-
Give the app a distinct name, such as Test application. This prevents other organization admins and owners from confusing this temporary app with other Marketplace apps that are ready for use in production.
-
Specify the address you use for local development, such as
http://localhost:3000orhttps://myapp.local:3000. Then, you can debug your app on that address. -
Enable all extension points and API access. This lets you test and debug all your app's API requests in all the available areas in the SitecoreAI user interface.
-
When you install the app in your own organization, do not give any organization users app access. This is to prevent users from finding and using your temporary app.
-
After you finish testing, consider uninstalling the temporary app.