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
{{ message }}
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
When updating a task via the UpdateTask endpoint the request fails
Describe how to produce the bug
Send a UpdateTask request where the status is not set (has a null value)
Receive the error below
Note: This error also occurs when a value for status is set
Additional context
I/flutter (20418): gRPC Error (code: 13, codeName: INTERNAL, message: AggregateStore.Load: Progress failed: AggregateBase.Progress: event handler failed: event handler for type 'TASK_STATUS_UPDATED_v1' failed: invalid enum: "" is not a valid "TaskStatus", details: [locale: en
I/flutter (20418): message: An error has occurred
On web this is not an issue, therefore it might be due to the deployment of the server for mobile staging.