Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Sales channel development version conflict

Sales channel development version conflict

IlyaSkiba
Shopify Partner
2 0 2

Good day,

 

According to Sales channel creation guideline (https://shopify.dev/marketplaces/developer-tools/channels-ui) we have to use @Shopify/channels-ui library. This version is not compatible with latest version of App-bridge and fails to install in the app. Furthermore, github with this library is not available anymore, so, I can't fork it and resolve compatibility issues.

From the other side, previous version of App bridge fails to run on shopify platform (JS error is the same as in https://github.com/Shopify/shopify-app-bridge/issues/145).

 

Do you have any advice, how to develop sales channel app now to make it available for listing?

Reply 1 (1)

IlyaSkiba
Shopify Partner
2 0 2

Our solution was in excluding channels-ui library and using only Polaris and shopify-app-bridge. I hope it would help someone