Hi there, we are running a twenty docker setup on version 0.41.15 and are stumbling across this error:
BaseGraphQLError [GraphQLError]: Value "SHARE_EVERYTHING" does not exist in "MessageChannelVisibilityEnum" enum. Did you mean the enum value "share_everything"?
BaseGraphQLError [GraphQLError]: Value "SHARE_EVERYTHING" does not exist in "MessageChannelVisibilityEnum" enum. Did you mean the enum value "share_everything"?
Found out that the enum default
workspace_<id>."messageChannel_visibility_enum"
workspace_<id>."messageChannel_visibility_enum"
a problem is. Our default value is in lowercase instead of the uppercase default value. This only happens when i try to select visibilty setting of the email settings.