Closed timolegros closed 2 months ago
Tried creating a thread in the tim-test community and it throws with this error:
tim-test
[23:24:44.667] ERROR (utils.ts): INTERNAL_SERVER_ERROR: [ZodError] thread.createThread: [ { "received": "", "code": "invalid_enum_value", "options": [ "google", "github", "discord", "twitter", "apple", "email", "unknown" ], "path": [ "Address", "wallet_sso_source" ], "message": "Invalid enum value. Expected 'google' | 'github' | 'discord' | 'twitter' | 'apple' | 'email' | 'unknown', received ''" } ]
Error is caused by empty string value in Addresses.wallet_sso_source. Modifying Address schema to accept empty strings would fix the error.
Addresses.wallet_sso_source
Description
Tried creating a thread in the
tim-test
community and it throws with this error:Additional context