day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Bug: 404 and 500 errors when viewing cart as a new user #55

Closed nicholas-davison closed 1 month ago

nicholas-davison commented 1 month ago

When registering a new user, upon first navigating to the cart page, a 404 error is thrown because there is no order associated with that user. Also, a 500 error is thrown when a new order is created because of create_date was being set with datetime instead of date.