Shopify / shopify-app-template-node

MIT License
860 stars 393 forks source link

Serve the app in subfolder / context path #1295

Open ykyuen opened 11 months ago

ykyuen commented 11 months ago

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 image

Expected behavior

I wish to serve the app in a subfolder.

Actual behavior

I can't get it working.

Steps to reproduce the problem

  1. As stated above