How to create a static name and make it work with shopify?

I tried creating a tunnel and it worked however it gets stuck at the warning screen, if you click "Visit Share" the page reload and the warning screen shows again

On the other hand, how can we add the name to the link, because we need to reuse the link if possible
thanks

Welcome to the forum, @n-for-all!

It sounds like you may have encountered the interstitial page that's displayed the first time an anonymous user visits a zrok public share URL.

Here's some information about how zrok interstitial pages work, and how you can disable them.

Have you looked at Reserved Shares? Reserved Shares | Zrok

1 Like

yes i am aware of this, but once i click "visit share" on that page, the page only reloads and shows "visit share" again, possibly a session issue with zrok?

The interstitial page is controlled by a cookie, not by a session. The cookie is created by JavaScript in the browser when you click the visit link. Do you have JavaScript disabled I'm your browser?

No, javascript is enabled of course, it is a remix app, the app works fine with ngrok or cloudflare but they are very slow, so i wanted a better solution

Accurate? The remaining problem is the interstitial page recurs when the same browser window is used to visit the zrok public share URL after the interstitial page was acknowledged. It's a normal web browser with Javascript enabled.

The interstitial page acknowledgement cookie should be placed in the browser's state, and it's possible that a browser extension or OS-level security tool is preventing that.

I don't think it matters which type of HTTP site or service is behind the interstitial unless it is actively removing the zrok cookie.

Let's try removing some "variables" to deduce the cause:

  1. Try to get the same result with a different web browser app (Safari vs. Chrome), preferably a different type of device, like a mobile.
  2. Try it with a "private" or "incognito" window.
  3. Try running your web browser in "safe mode." The goal is to rule out browser extensions that may influence cookie handling and Javascript.

I'm really curious what could cause this and I hope you can figure it out because it would be interesting to hear about any performance differences you notice.

I trust you saw the hint about reserved share tokens, eg zrok reserve public --unique-name "mysharetoken"