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 set up payload with ecommerce template, but when I try to place an order (either through admin panel, or through frontend), API http://localhost:3000/api/orders stucks in pending state and no order is created.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I set up payload with ecommerce template, but when I try to place an order (either through admin panel, or through frontend), API
http://localhost:3000/api/orders stucks in pending state and no order is created.
Payload example:
{"total":15,"orderedBy":1,"items":[{"id":"6620eaffed51005ab5db7a8d","price":15,"product":4,"quantity":1}]}
I did no changes in the code, also I can add products and pages without such an issue. I use postgres as a DB.
Have anyone faced such an issue?
Beta Was this translation helpful? Give feedback.
All reactions