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 a .jpg file I receive a validation error back. Possibly related is the issue cited here #181 (comment)
.jpg
The text was updated successfully, but these errors were encountered:
I get this error in my Chrome 28 console when uploading from my disk via the filepicker:
Uncaught TypeError: Cannot read property 'files' of undefined
And if I drag/drop, then in my network requests I can see that the Github API server returned a validation error for unprocessable entity:
{"message":"ValidationFailed", "errors": [{ "resource":"Commit", "field":"message", "code":"missing_field" }] }
I think it's missing a commit message for the image upload?
Sorry, something went wrong.
de2aa18
Hooray, so fast! Thanks so much. Can't wait to see it live!
@josephers Pushed live, should be working now!
@mikemorris So awesome!! Thanks!!!
No branches or pull requests
When uploading a
.jpg
file I receive a validation error back. Possibly related is the issue cited here #181 (comment)The text was updated successfully, but these errors were encountered: