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
hi, currently something seems to be wrong with the pydantic validations on the user model.
Any get/post to /users/me returns a 500.
Logs:
backend_1 | pydantic.error_wrappers.ValidationError: 1 validation error for User
backend_1 | response
backend_1 | value is not a valid dict (type=type_error.dict)
Request payload looks like a dict :)
how to reproduce
fresh cookiecutter generated project, log with admin into frontend, change own username/email etc.
The text was updated successfully, but these errors were encountered:
issue
hi, currently something seems to be wrong with the pydantic validations on the user model.
Any get/post to
/users/me
returns a 500.Logs:
Request payload looks like a dict :)
how to reproduce
fresh cookiecutter generated project, log with admin into frontend, change own username/email etc.
The text was updated successfully, but these errors were encountered: