day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Bug: Cart not rendering #49

Closed samsheps closed 1 month ago

samsheps commented 1 month ago

issue: navigating to /cart returns a 404 error with error handling message:

if (err.message === '404') { throw Error(err.message) }

expected behavior: cart page renders with all items user has added to cart appearing within a table entitled "Your Current Order"; all items, their prices, and a delete icon for each item are listed below the title and "complete order" + "delete order" buttons as footers.