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
this probably shouldn't be a status code of 200 as we're handling an error here so something is definitely not ok! I'm not too sure right now but it might be a 500 (internal server error). Try this site for cat lists of the error codes! https://http.cat/
The text was updated successfully, but these errors were encountered:
to add to this you probably should have some kind of error handling in the getDataHandler function in the same file - if something goes wrong getting the data it's probably good to display an appropriate message
Week-6-BHKM-/src/server/handler.js
Line 55 in 9de7ac8
this probably shouldn't be a status code of 200 as we're handling an error here so something is definitely not ok! I'm not too sure right now but it might be a 500 (internal server error). Try this site for cat lists of the error codes! https://http.cat/
The text was updated successfully, but these errors were encountered: