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
When an invalid username is used on endpoint /api/v1/profiles/{user} or an invalid primary key is used on endpoint /api/v1/projects/{pk}, the exception InvalidCacheKey is raised
Expected behavior
The API should respond with a 404 status code.
Steps to reproduce the behavior
Try accessing the endpoint /api/v1/profiles/{user} with a username that contains spaces such as /api/v1/profiles/john doe. The API responds with a status code of 500
Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered:
Environmental Information
Problem description
When an invalid username is used on endpoint
/api/v1/profiles/{user}
or an invalid primary key is used on endpoint/api/v1/projects/{pk}
, the exception InvalidCacheKey is raisedExpected behavior
The API should respond with a 404 status code.
Steps to reproduce the behavior
Try accessing the endpoint
/api/v1/profiles/{user}
with a username that contains spaces such as/api/v1/profiles/john doe
. The API responds with a status code of 500Additional Information
Logs, related issues, weird / out of place occurrences, local settings, possible approach to solving this...
The text was updated successfully, but these errors were encountered: