shopify-app-template-node
shopify-app-template-node copied to clipboard
Serve the app in subfolder / context path
Issue summary
Everything works fine but is it possible to serve the app in a subfolder. i.e. the app URL
Instead of ~~https://ykyuen.ngrok.io~~
Serve with subfolder https://ykyuen.ngrok.io/abc
The corresponding app config on shopify will look like this
-
@shopify/shopify-app-expressversion: ^2.1.1 - Node version: 18.17.1
- Operating system: Linux
Expected behavior
I wish to serve the app in a subfolder.
Actual behavior
I can't get it working.
Steps to reproduce the problem
- As stated above