You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to log in my account in woonuxt I get the following error (with correct data)
"Password was correct, but there was an error logging in. Please try again later. If the problem persists, please contact support."
Does anyone have an idea how I can fix this? When I look in the code snippet, cart is apparently not null and viewer is. What does viewer do?
if (loginWithCookies?.status === 'SUCCESS') { const cart = await refreshCart(); console.log(cart); console.log(viewer); if (cart && viewer.value === null) { return { success: false, error: 'Password was correct, but there was an error logging in. Please try again later. If the problem persists, please contact support.' }; } } else {
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try to log in my account in woonuxt I get the following error (with correct data)
"Password was correct, but there was an error logging in. Please try again later. If the problem persists, please contact support."
Does anyone have an idea how I can fix this? When I look in the code snippet, cart is apparently not null and viewer is. What does viewer do?
if (loginWithCookies?.status === 'SUCCESS') { const cart = await refreshCart(); console.log(cart); console.log(viewer); if (cart && viewer.value === null) { return { success: false, error: 'Password was correct, but there was an error logging in. Please try again later. If the problem persists, please contact support.' }; } } else {
Beta Was this translation helpful? Give feedback.
All reactions