-
Notifications
You must be signed in to change notification settings - Fork 45
App doesn't run #28
Comments
@misshula @Karen-boop can you comment on this issue, there was a similar closed issue here #22 but solution isn't mentioned. |
Hi there! Thanks for reaching out. Can you please confirm that you have done all steps in the Getting started guide including turning your app into a Sales Channel? |
Yes, I have. |
Any Ideas? |
Thanks for getting back to me! We are looking into this, will have update soon |
Continuing conversation here as PR is merged.
This repo is meant as a starting point for Partners to create their own marketplace sales channel apps. It bundles up the set-up code and complements the Marketplace Kit tutorials. When a partners app is complete and ready to deploy and distribute the process is the same for any other Shopify app. There are some resources below which will help you out with deployment and distribution: Channel app requirements There is further reading and resources on shopify.dev/apps |
So, that means this app as it is won't be able to work in production mode. I mean if someone build their partner app using this as a base it will fail to install only but the other procedures would work like OAutth. Right? |
In simple words, this app can't be used as a base for app development if you want to deploy it in production. |
In this case, I think it should be mentioned in Readme file. |
No this is not the case. This app can be used as a starting point for your own marketplace app. You will need to customize the code, add other pages, links to your buyer-facing marketplace, host the app and go through the app review process to get your app listed on the app store for merchants to install once your app is complete. The links shared above are a great source of information and this in particular explains how apps work on shopify and is a good overview. |
Well, I understand that but I meant like using it as a boiler plate for the app. For example, If you submit it for the review the first problem that would arise is: App can't be installed directly from the dashboard. I know these issues because we used this as a starting point (thinking that all the OAuth and best practices would be covered) but we got these issues reported by review team. There might be more issues but that's how far I could get until now. |
@Karen-boop would you comment on this? |
Thanks for the feedback! Providing this kind of info is really helpful for us to improve the repo. If you want to list out any other issues you had with getting the app reviewed apart from those above we can take them onboard. |
Hi, I tried to run the app on localhost but its packages has many dependency conflicts and if somehow you manage to install it and run it then store doesn't show anything at all. The Link will take you to the blank page. (Not even Shopify's admin will show up). Tried many things but still the same results. Sometimes, app installation page in shopify admin shows up and after that it goes blank. But this repository needs upgradation (usage notes and code).
Update:
Managed to run it after resolving conflicts but then it also has some authentication problem.
When you run it locally: if you start it like my-app-url.com/login?shop=my-store.com it works and lands you on the page where you can install the app. But if you try to install the app directly from apps -> select store -> development store then, you get "There’s no page at this address" error. So, I can't install it on a store after deployment.
The text was updated successfully, but these errors were encountered: