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
A mail will not be delivered to Discord when value of custom_id exceeds 100 characters. Thecustom_id field contains base64 encoded from and to values of an email.
custom_id
from
to
A solution could be to save from and to values in the database, and point custom_id to the database row.
[email protected]
app_1 | DiscordAPIError: Invalid Form Body app_1 | components[0].components[0].custom_id: Must be 100 or fewer in length.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A mail will not be delivered to Discord when value of
custom_id
exceeds 100 characters. Thecustom_id
field contains base64 encodedfrom
andto
values of an email.A solution could be to save
from
andto
values in the database, and pointcustom_id
to the database row.Reproduction
[email protected]
The text was updated successfully, but these errors were encountered: