How to tunnel status port over ngrok? #28443
-
I'm developing a Shopify admin app using Gatsby and ngrok. The dev flow looks like this:
I don't think there's any way to tunnel the status messages, since they run on a different port, but ngrok doesn't support exposing other ports over the Internet. I could tunnel the status port to another hostname, but I don't see how that gets me any closer to this working. Ideally Socket.io would listen on the same port as the development server. Maybe that's just a v3 feature request? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Not necessarily a v3 feature request — agree that ideally we're just using one port — @mxstbr did you ever look into proxying the status server through the regular dev server? |
Beta Was this translation helpful? Give feedback.
Not necessarily a v3 feature request — agree that ideally we're just using one port — @mxstbr did you ever look into proxying the status server through the regular dev server?