App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have an existing web application with ruby on rails and I think it would be perfect as a shopify app. I did everything (parnter account, development store, etc.) and when I created a test app with shopify app create rails , I was able to add the app to my store. However, how do I do that when the project already exists? When I try to run shopify app serve I get the error message
┏━━ Error ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ┃ ✗ You are not in a Shopify app project ┃ ⭑ Run shopify app create to create your app ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
But if I were to run this command, it would create a new project, which I don't want since I already have the project. I only want to turn it into a shopify app project, but I haven't found an answer whether this is possible and if yes, how to do it.
I hope my question is clear.