By default your page is served at:
https://your-store.com/apps/coming-soon
The /apps/ part is Shopify’s, not ours — it is how Shopify routes requests to an app
proxy. You cannot remove it, but you can swap it for one of three alternatives and change
the segment after it.
Shopify allows these prefixes: apps, a, tools, community.
So /a/launch or /tools/coming-soon are both possible.
Step 1: Change the proxy URL in Shopify
- In your Shopify admin, go to Settings → Apps and sales channels.
- Find Coming Soon, open its … menu, and click View details.
- Scroll to App proxy and click Customize URL.
- Pick a prefix from the dropdown and edit the sub-path after it.
- Click Save.
Your page is now served at the new address. It is also, at this point, half-configured — the app embed still redirects visitors to the old one.
Step 2: Tell the app about it
The redirect that sends visitors to your page reads the destination from a shop
metafield. Until you set it, the embed keeps sending people to /apps/coming-soon, which
no longer exists.
You need a metafield app to write it — Metafields Guru is a free one that works.
- Install a metafield editor from the Shopify App Store.
- Open the Shop resource (the store itself, not a product or collection).
- Create a new metafield:
| Field | Value |
|---|---|
| Namespace | lg_coming_soon |
| Key | proxy_url |
| Type | Single line text |
| Value | Your new path, including the leading slash — e.g. /a/launch |
- Save.
se_coming_soon. That is no longer the namespace the app reads — a metafield under the old name is ignored, and the redirect will keep pointing at the default path. Use lg_coming_soon. If you set the old one previously, delete it.
Step 3: Check it
- Open your storefront in a private window.
- You should be redirected to your new path.
- Load the new path directly and confirm your page renders.
If you are redirected to the old path, the metafield is missing, misspelled, or under the wrong namespace. If you land on a 404, step 1 did not save or the value does not match what you configured in Shopify.
The two must agree exactly, leading slash included.
Reverting
Delete the metafield and set the app proxy back to /apps/coming-soon in Shopify. With
no metafield present, the app falls back to the default path.
If you would rather we did it
This is fiddly and involves a third-party app just to write one value. Email
support@theloman.group with your .myshopify.com
domain and the URL you want, and we will talk you through it or set the metafield for you.