Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi community,
I am trying to get started with the Shopify CLI and am having problems getting a vanilla app installed (i.e. haven't written any code yet, only trying to get things to connect up properly).
My Setup:
Actions I've Taken:
I have used the shopify create, shopify serve, and shopify open commands to make a simple rails app.
When visiting the URL specified by the shopify open command, I get the following error:
undefined method 'root_path' for #<ActionDispatch::Routing::RoutesProxy:0x0000000124837528>
Screenshot:
Any ideas what is going wrong here?
Probably better to ask this as an issue on the github repo itself (and also search for past/closed issues where someone might have had the same issue). https://github.com/Shopify/shopify-app-cli
Thanks for the recommendation! I've posted it here: https://github.com/Shopify/shopify-app-cli/issues/1035