Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
Trying to 'Preview' the theme on an external device (not the local development device) returns 'Failed to load resource net::ERR_CERT_AUTHORITY_INVALID on layout.theme.js.
Replication steps
Run in terminal yarn start
Correctly see my site changes locally
Share link provided by Shopify from 'Share Preview'
Opens the Shopify Store (with the latest uploaded HTML) but blocking the layout.theme.js file, not loading my stylesheets. Everything looks broken.
More Information
If I run yarn deploy the theme correctly previews on an external device for some time. But then it starts blocking the layout.theme.js again.
I understand that if I open the layout.theme.js on a new tab and accept the link it will correctly load.
Questions
What will happen when I publish the theme?
How I can share my link without the need to open the developer console, click the file, click on advanced and accept the link? This is extremely painful for clients.
Problem
Trying to 'Preview' the theme on an external device (not the local development device) returns 'Failed to load resource net::ERR_CERT_AUTHORITY_INVALID on layout.theme.js.
Replication steps
yarn start
More Information
If I run
yarn deploy
the theme correctly previews on an external device for some time. But then it starts blocking the layout.theme.js again.I followed the 4. Create a self-signed SSL certificate on https://github.com/Shopify/slate/wiki/4.-Create-a-self-signed-SSL-certificate
I understand that if I open the layout.theme.js on a new tab and accept the link it will correctly load.
Questions
What will happen when I publish the theme? How I can share my link without the need to open the developer console, click the file, click on advanced and accept the link? This is extremely painful for clients.