Validation errors after generate certificate using mkcert

I was trying the new feature “–use-localhost” of Shopify CLI. Selecting the first option Yes, use mkcert to generate it asks me to enter my password.
Now, I’m getting the above error after verifying my password.

I can’t reset it to re-enter the password either.

Hi @Md_Maruf_Ahmed

It looks like you have an app proxy configured on your app. As mentioned in docs, --use-localhost isn’t compatible with App Proxy, since Shopify needs to invoke your app directly.

Is your app proxy endpoint part of your locally running app (Remix or otherwise), or is it a cloud domain that’s getting replaced during dev?

-Nick