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
if a user attempts to make a request to a non-existent route to your server (404 - as mentioned above), provide the user with a custom response.
if there is a programmer error on your server (e.g. a handler function does not act as intended), provide the user with a custom response (500 status code).
The text was updated successfully, but these errors were encountered:
…ed in handlerData fn
cleaned up console logs to leave only one on frontend to print returned data
co-authored-by: Rosa <[email protected]>
relates #14
relates #9
if a user attempts to make a request to a non-existent route to your server (404 - as mentioned above), provide the user with a custom response.
if there is a programmer error on your server (e.g. a handler function does not act as intended), provide the user with a custom response (500 status code).
The text was updated successfully, but these errors were encountered: