App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello Developers,
I am trying to build an application and I am unable to update APP_URL link from the env variable.It always shows some randomly generated link. Is there any way to update it?
It depends on how you are starting up your environment. But this is how I did it while in dev mode using Shopify 3.0 CLI for node, you can pass in the "--tunnel-url" and the URL you want.
--tunnel-url doc for Shopify node.