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
I encountered something weird.
woocommerce.loginCustomer(username: username, password: password);
This returns 'You are currently not logged in'
and await wooCommerce.isCustomerLoggedIn(); returns true
Everything was working last time I checked.
await wooCommerce.isCustomerLoggedIn(); returns true
but, await wooCommerce.fetchLoggedInUserId(); gets 'rest_not_logged_in' error
The text was updated successfully, but these errors were encountered: