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
Make sure you are sending an error code along with the error messages. The client wont know its an error if there is no error code (4XX or 5XX) in the response.
Reviews-api/server/controllers/index.js
Line 189 in 233b9ca
Make sure you are sending an error code along with the error messages. The client wont know its an error if there is no error code (4XX or 5XX) in the response.