Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Error when updating a task #928

@DasProffi

Description

@DasProffi

Describe the bug

When updating a task via the UpdateTask endpoint the request fails

Describe how to produce the bug

  1. Send a UpdateTask request where the status is not set (has a null value)
  2. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions