Files
twenty/packages/twenty-front
Vasco Paisana f990b68f0e Fix Internal Server Error when removing profile picture (#4257) (#4278)
* Fix Internal Server Error when removing profile picture (#4257)

This commit addresses the issue where attempting to remove a profile picture resulted in an Internal Server Error.

The fix involves:
* Adding isNullable property to workspace-member avatar;
* Implementing exception handling to handle errors during avatar removal.

* Update packages/twenty-server/src/workspace/workspace-sync-metadata/standard-objects/workspace-member.object-metadata.ts

---------

Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
2024-03-04 13:38:20 +01:00
..
2023-12-12 22:38:40 +01:00
2023-12-11 11:13:03 +01:00
2023-12-10 18:10:54 +01:00
2024-02-09 15:14:43 +01:00
2024-01-05 19:18:22 +01:00

Run yarn dev while server running on port 3000