SCCapstone / EZBag

2 stars 0 forks source link

Backend appears to hangs when submitting cart #102

Closed cjshearer closed 3 years ago

cjshearer commented 3 years ago

Submitting the following cart to the backend appears to have made the backend stall (would not respond to any further requests) at least once:

"{\"barcodes\":[\"02297309\"],\"quantities\":[1],\"session\":\"60e1d01d-1029-45dd-b83a-445caa8e5fb2\",\"businessID\":1}"

After restarting the backend, I was able to checkout the cart successfully, but it's worth investigating.

BrendanCReidy commented 3 years ago

Moved to 1.0 as we have not been able to recreate this bug yet

cjshearer commented 3 years ago

Could not reproduce