-
Something very odd is happening. After calling the I've tried adding new items to the cart, getting a new one, and even creating one and recovering it with the Backend API, but nothing seems to work. I am using the latest Swell SDK version and building a custom storefront using Next.js. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Update: Now I cannot add any items no matter what. Sign in again didn't fix the issue this time. Here are some screenshots of the request after adding an item: |
Beta Was this translation helpful? Give feedback.
-
@vimtor It's expected behaviour for However it is odd that you're getting a 200 but |
Beta Was this translation helpful? Give feedback.
-
I was missing the following line of code: await swell.currency.select("eur"); Not selecting this caused the request to be corrupt: |
Beta Was this translation helpful? Give feedback.
I was missing the following line of code:
Not selecting this caused the request to be corrupt: