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've created Angular 7 frontend application. Each endpoint worked well except cart adding. Sending POST request does not adds products to cart. When I tried to add serializer.save() into core shop.views.catalog I got errors and I have no idea how to proceed
P.S. User is authenticated
What should've happened instead?
Product should appear in the cart
Steps to reproduce
Add new product to database
Authenticate (ex. JWT)
Send POST to add to cart
OR
Add new product to database
Authenticate (in-box authentication)
Open /slug/add-smartphone-to-cart/
Send any value in post
Profit!
OS: Ubuntu 18.04, local run
The text was updated successfully, but these errors were encountered:
Could you please tell me which values you are sending to the endpoint .../add-to-cart/.
Did you compare these values with those sent by the browser, if the project has been set up through cookiecutter?
What happened?
I've created Angular 7 frontend application. Each endpoint worked well except cart adding. Sending POST request does not adds products to cart. When I tried to add
serializer.save()
into coreshop.views.catalog
I got errors and I have no idea how to proceedP.S. User is authenticated
What should've happened instead?
Product should appear in the cart
Steps to reproduce
OR
Profit!
OS: Ubuntu 18.04, local run
The text was updated successfully, but these errors were encountered: