-
Notifications
You must be signed in to change notification settings - Fork 363
External Link Not Visible Outside of Network #759
Comments
The most common solution to this problem is to have two themes setup on your Shopify site. One for production and one for development. You can publish and deploy your code to the production theme and continue working on the development theme using preview. Having this setup alows you to provide a client with the mystore.myshopify.com URL to review |
@JPrisk Ok, that kinda makes sense. So would a workflow like this work? Setup
Local DevelopmentSince Slate defaults to Production / ProofingDue to my changes above, running |
That's pretty much the exact same workflow i use @callaginn. This way you can work on a site without affecting the live theme at all. |
@callaginn if you realllly want, you can use a service like https://forwardhq.com/. Though I might need to ship #757 before thats possible again.. Haven't tested it. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Problem
The "external link" provided by Slate Tools does NOT work externally. That is, it ONLY works within my local network.
Replication steps
yarn start
More Information
I should also mention that both the internal and external BrowserSync control panel doesn't work correctly, no matter what computer it's viewed at inside our network. Plugin loads, but no content is visible:

Gives me a bunch of console errors instead:

Solution?
All that being said, is there a way to view sites that are being actively developed with Slate outside of our network?
The text was updated successfully, but these errors were encountered: