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
Kalaborative
changed the title
Profile for users that don't exist display TypeError
✖️Profile for users that don't exist display TypeError
Jun 11, 2018
TypeError: The view function did not return a valid response. The function either returned None or ended without a return statement.
Solution: Provide an
else
clause that returnsabort(404)
if the user does not exist.The text was updated successfully, but these errors were encountered: