Serve the app in subfolder / context path
ykyuen opened this issue · 0 comments
ykyuen commented
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-express
version: ^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