Shopify / shopify-marketplaces-admin-app

MIT License
38 stars 45 forks source link

Update polaris and channels-ui packages #30

Closed Karen-boop closed 1 year ago

Karen-boop commented 1 year ago

Polaris and Channels-UI packages were outdated meaning that the app was erroring when loading in the admin.

Updated to: "@shopify/channels-ui": "^1.0.3", "@shopify/polaris": "^9.18.0",

🎩

KenjiDuggan commented 1 year ago

This is what I am getting, perhaps we can pair tomorrow :)

Screen Shot 2022-10-11 at 10 21 21 PM
cma93 commented 1 year ago

I still got the same error when tried to install from admin dashboard

cma93 commented 1 year ago

Screenshot (28)

cma93 commented 1 year ago

@aeldamaty can you uninstall it and try to reinstall using admin dashboard App->Select Store?

Karen-boop commented 1 year ago

@aeldamaty can you uninstall it and try to reinstall using admin dashboard App->Select Store?

Installing from the admin dashboard will not work for this app, instead you need to click on the link generated when the server starts. You can add the app to other dev stores by stopping server, changing the 'SHOP' variable in .env file, restarting server and then clicking on the generated link shown in the terminal.

cma93 commented 1 year ago

@aeldamaty can you uninstall it and try to reinstall using admin dashboard App->Select Store?

Installing from the admin dashboard will not work for this app, instead you need to click on the link generated when the server starts. You can add the app to other dev stores by stopping server, changing the 'SHOP' variable in .env file, restarting server and then clicking on the generated link shown in the terminal.

Then how you can install it on deployment server if you build something using this as a base?

cma93 commented 1 year ago

@aeldamaty can you uninstall it and try to reinstall using admin dashboard App->Select Store?

Installing from the admin dashboard will not work for this app, instead you need to click on the link generated when the server starts. You can add the app to other dev stores by stopping server, changing the 'SHOP' variable in .env file, restarting server and then clicking on the generated link shown in the terminal.

If it's deployed on the server (in production) even then you can't install it on dev stores