We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://sentry.io/organizations/registries/issues/2771010183/?project=1762954&referrer=webhooks_plugin
Due to the phone number field limit set in postgres , the operation failed
Double check the UI validation increase the python model and postgres , make them similar
The text was updated successfully, but these errors were encountered:
The error isn't for phone, it's for postal code:
StringDataRightTruncation: value too long for type character varying(10)
postal_code = Column('postal_code', String(10))
postal_code: 'XXX XXXXxxx',
Sorry, something went wrong.
The UI uses 15 characters max for validation. So I've bumped the field from 10 characters to 15 characters.
This took a bit longer because I had to upgrade all the dependencies for auth_api, as well as the event-listener projects.
seeker25
AshnaMehta
No branches or pull requests
https://sentry.io/organizations/registries/issues/2771010183/?project=1762954&referrer=webhooks_plugin
Due to the phone number field limit set in postgres , the operation failed
Double check the UI validation
increase the python model and postgres , make them similar
The text was updated successfully, but these errors were encountered: