Use New Markets preview to install test app, tip:This app is not compatible with Markets

Solved

Use New Markets preview to install test app, tip:This app is not compatible with Markets

lijiahao
Shopify Partner
5 2 1

I created a development store to test the market function. When installing, it prompts that the app is not compatible with the market function. I removed the market interface used and the relevant permissions, but it still prompts incompatibility. I tested other apps that did not use relevant permissions and they displayed normally. Now what should I do so that the incompatibility prompt will not be displayed during installation?

Accepted Solution (1)

lijiahao
Shopify Partner
5 2 1

This is an accepted solution.

update vertion to 2025-04 is solved

View solution in original post

Replies 2 (2)

Mary94Jack
Visitor
2 0 0

Hello!

To resolve the persistent "app not compatible with the market function" prompt after removing market features, meticulously review your shopify.app.toml (or .js) and package.json for any remaining market-related configurations or dependencies. Thoroughly search your codebase for any market-specific code and remove it. Clean your txtag build artifacts by deleting node_modules and your build folder, then reinstall dependencies and rebuild. As a last resort, consider re-registering your app or contacting Shopify Partner Support for deeper investigation. The issue likely stems from residual market configurations within your app's files. 

lijiahao
Shopify Partner
5 2 1

This is an accepted solution.

update vertion to 2025-04 is solved