Shopify / shopify-app-template-php

263 stars 85 forks source link

Static URL from cloudflare not working #483

Closed Thullner closed 8 months ago

Thullner commented 8 months ago

Issue summary

I would like a static url, because the url of the shopify app i'm building is referenced in another app. And changing it the url there everytime is quite time consuming.

So i've created a custom cloudflare tunnel with the following settings: shopify

The tunnel seems to work fine. Then i've added the --tunnel-url to the dev command. image

However if i go to the url of the cloudflare tunnel i get the following error: image

Expected to have the same behavior as when normal a Cloudflare tunnel is created with a random URL, but now with a static/fixed url.