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
Creating a new task on http://localhost/docs#/tasks/tasks-create_task throws an internal server error. The owner_id is not being set, resulting in a NotNullViolation error.
Reproduction
Start local development:
docker compose up
Go to http://localhost/docs#/tasks/tasks-create_task.
Creating a new task on
http://localhost/docs#/tasks/tasks-create_task
throws an internal server error. Theowner_id
is not being set, resulting in aNotNullViolation
error.Reproduction
http://localhost/docs#/tasks/tasks-create_task
.Logs:
Note:
currentuser.id
is not being updated correctly, leading to a nullowner_id
.The text was updated successfully, but these errors were encountered: