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 might be better implemented as a check if the user agent is a browser, and redirecting to /reference, skipping the step of having to tell the user. Since, if the user was accessing the base route, they most likely wanted to go to the reference.
Expected Behavior
Since it is likely for users to hit the base route (eg when running
dev
), we could add a friendlier response for specifically the base route/
Current Behavior
Simple 404 response
{"ok":false,"message":"The requested resource could not be found."}
that is not informativePossible Solution
This could instruct them to use
/reference
or/v2/rest/...
or/v2/graphql
The text was updated successfully, but these errors were encountered: