1. Sitecore Marketplace SDK

Troubleshooting the Marketplace SDK

Version: 0.4

This topic describes the most common errors and solutions when using the Marketplace SDK.

Features not working in the user interface

In the early phase, features such as file uploads, file downloads, and form submissions do not work. This is because your app runs in a sandboxed iframe, which restricts these interactions.

As you develop features, check your web browser's console for warnings. This helps you determine if a feature is not working due to SDK limitations.

A method is not implemented

If an extension point displays an error message similar to CoreError: [client SDK] getPagesContext method is not implemented, your app is trying to make a query or mutation that is not supported in that extension point.

For example, your app is trying to query the page context when it is opened in the standalone extension point. Page-related queries are supported only in the SitecoreAI Page builder extension points.

To fix the error:

  • Make sure queries and mutations run only in the extension points that support them.

If you have suggestions for improving this article, let us know!