Short description of issue
Unable to run theme locally
Reproduction steps
- Run
shopify theme dev - Open local server
- Observe the 403 logs when accessing using https before getting redirected using http.
Additional info
shopify cli version: 3.94.3
When I try to run shopify theme dev, then open up the local server. It’s https enforced, then when I revisit it with https it switches back to http, then I’m just stuck in this loop. Occasionally, using http the homepage would load, but then when I click on a link, it goes back to the same issue.
In the logs this prints out every time I try to access the site using https.
• 14:25:18 Request » GET 403 /
I’ve already tried:
- Logging in and out again
- Updating Xcode and command tools
What type of topic is this
Bug report