-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
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
USH-023 — Internal Server Error While Uploading Photo #1618
Comments
Does this need a more detailed spec or is it good to go? |
I think it's straight forward. Error messages shouldn't include paths, in this case I think its because we send the flysystem error back in the response. We can drop that. |
@rowasc added more to the spec. Is that sufficient? |
Yea. APPROVED, that's enough |
I'll bump it to a 2 just to account for checking the develop and master branches for the issue |
I just tested this in qazone and it worked. I also confirmed that I was able to reproduce the issue before the fix landed in that server. |
Expected behaviour
Actual behaviour
Steps to reproduce the behaviour/error
test.png%00
Implementation
fs
calls where needed and ensure we are catching error$this->uploader->upload
to try/catch block.Caveat:
The text was updated successfully, but these errors were encountered: