-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't login - probably due to mailchimp incorect settings #3612
Comments
@gibkigonzo can you have look at this? I think it's related to https://github.com/DivanteLtd/vue-storefront/blob/develop/core/modules/user/store/actions.ts#L63 because that error is consumed in the template and displays as error notification which you can see on the screenshot (last one), would be nice to find out what where that error comes from. |
@gibkigonzo Unfortunately I couldn't reproduce it for the first sight, but for sure it should occurs when you go to |
@andrzejewsky I'm working on it. Probably it's caused by wrong api key
I will pull this information to the console so that we can check on https://test.storefrontcloud.io |
It's surely caused by wrong api key. But ppl. might have wrong keys. It should display the error message probably but don't block the login procedure. It shouldn't be on critical path |
I'd say that even we shouldn't show the error message when reading the subscription status; only when subscribing/desubscribing as it was before in 1.10/1.9 - can you please fix it to the previous state? |
It's because of additional await added in https://github.com/DivanteLtd/vue-storefront/blob/ac72a07a489bfb4e040c088315cb338d7408097d/core/modules/user/store/actions.ts#L129 |
Current behavior
https://www.dropbox.com/s/qn32epafksiv7xc/Screenshot%202019-09-24%2013.02.36.png?dl=0
It's probably because Mailchimp is on the critical path
The text was updated successfully, but these errors were encountered: