I have reproduced the issue on the latest CLI version.
Yes, I am on the latest version
I have searched existing posts and this report is not a duplicate.
Yes, this isn’t a duplicate
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When using shopify theme dev with a store-password specified in the shopify.theme.toml, the password should not be asked.
Actual behavior
Since a few days ago, I can’t use local development anymore. Shopify asks the password of the storefront and even entering the correct password constantly redirect to the password page.
Reproduction steps
- Use a
shopify.theme.tomlwith a password and all other information:
[environments.dev]
password = “xxx”
theme = “yyy”
path = “./dist”
store = “FOO”
store-password = “PASSWORD”
-
Run the dev command
shopify theme dev --environment dev --allow-live -
Going to localhost should bypass password, but now it shows the password page constnatly with no way to by pass it.
Verbose output
Operating system
OS X
CLI version
3.88.1