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
When uploading an avatar in a registration form, I was receiving an extra error message (even though avatar is uploaded fine):
The text was updated successfully, but these errors were encountered:
Seems it happens in 1.6 also
Sorry, something went wrong.
This is why it fails:
data[_json][avatar]: +
That is a badly encoded JSON string.
Fixed Badly encoded JSON data warning when uploading files [#2663]
Badly encoded JSON data
5c9eb1c
w00fz
mahagr
No branches or pull requests
When uploading an avatar in a registration form, I was receiving an extra error message (even though avatar is uploaded fine):
The text was updated successfully, but these errors were encountered: