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
Using the store's Api Get Cart /store/carts/{id} you can pass any {id} value, and you will always get the response code 200, although such a cart does not exist.
Expected behavior
A response code of 404 not found is expected.
Actual behavior
You will always get the response code 200, although such a cart id does not exist.
Package.json file
Node.js version
v22.11.0
Database and its version
PostgreSQL 16.1
Operating system name and version
Ubuntu 24.04
Browser name
No response
What happended?
Using the store's Api Get Cart /store/carts/{id} you can pass any {id} value, and you will always get the response code 200, although such a cart does not exist.
Expected behavior
A response code of 404 not found is expected.
Actual behavior
You will always get the response code 200, although such a cart id does not exist.
Link to reproduction repo
https://github.com/medusajs/medusa
The text was updated successfully, but these errors were encountered: