I try to make subscription like in the documentation, the first steps works fine locally but not on my server.
When adding item in my cart :
-
the price stay at 0.
-
I got 403 error and : "system error occured in Snipcart.undefined '.
-
I cant delete the item from the cart
Uncaught (in promise) TypeError: Cannot read property ‘uniqueId’ of undefined
When I try to checkout I got this error again :
POST https://payment.snipcart.com/api/public/sessions
400 (Bad Request)
A ‘system’ error occured in Snipcart.undefined
I don’t know what have I done wrong.
I dont think the issue is about JSON crawler because this validation take place in the last step.
I already have contact the support and they enabled subscription for my account.