Shopify / slate

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.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

Links don't work in Firefox or Firefox Development Edition #992

Open dungle-scrubs opened 5 years ago

dungle-scrubs commented 5 years ago

Problem

Will do my best to describe the issue. The SSL certificate has never worked for me, however I'm able to start developing with the local server after I go through the recommended SSL steps and then click on and confirm exception for all 4 links in the console after yarn start.

In both Firefox and FF Developer Edition, clicking on any anchor links will only refresh and lead to the home page. In Chrome, I can navigate correctly through the site.

I'm using the latest version of Slate.

Cheers

justinmetros commented 5 years ago

Given you have everything installed correctly, when you run ssl-check you might see some output that it was unable to place the cert in Firefox in the mkcert CLI output.

You can try mkcert -install and reference maybe this article

This isn't a Slate issue its a security issue in Firefox you need to work around.

radmedov commented 4 years ago

I'm having the same problem. mkcert -install didn't work. All certificates seem to be properly generated.