Replies: 1 comment
-
Thanks for the report @NickHazen! Moved over here: #2495 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've setup a hydrogen storefront with the new customer account API enabled. I'm running into an issue with the customer token and the cart handler. It seems like the token from the customerAccount doesn't work with the Cart Handler and I'm trying to figure out if there is another way to handle this.
I came across this comment in the CA API RFC which seems to confirm the issue.
I'm trying to use or implement the CountrySelector component but I receive an error from the API
{ "message": "Customer is invalid", "field": [ "buyerIdentity", "customerAccessToken" ], "code": "INVALID" }
when trying to update the buyer identity.Any help with this would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions