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

Browser hangs after logging in successfully #1050

Open e10jon opened 4 years ago

e10jon commented 4 years ago

Problem

Just starting today, when I run Slate and visit /account/login and use valid credentials, the page hangs and never does anything. It's happening across multiple shops/themes that I maintain.

Replication steps

Start Slate locally. Visit /account/login and enter valid credentials.

More Information

Have tried clearing cookies and cache. Uninstalling and reinstalling node_modules. Restarting computer. Nothing works.

ConduciveMammal commented 4 years ago

I've got a feeling this is a Shopify issue, this exact same thing is happening for me using non-Slate local development tools.

e10jon commented 4 years ago

Oh awesome, glad to know I'm not alone in this.

A temporary workaround I've discovered is to use your local IP address instead of localhost to navigate the site. That seems to work consistently.