[Regression] Can't bypass password page for theme CLI commands

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

  1. Use a shopify.theme.toml with a password and all other information:

[environments.dev]
password = “xxx”
theme = “yyy”
path = “./dist”
store = “FOO”
store-password = “PASSWORD”

  1. Run the dev command shopify theme dev --environment dev --allow-live

  2. 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

@Liam-Shopify sorry to ping you on this but the issue is still present, we’re stuck and we can’t do any progress (for some reason there are lot of delays on the non-localhost store).

Hi @bakura10

Thanks for flagging this. We’re aware of this issue and it will be addressed asap.