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
If attachment token expires, it throws a 500 error instead of Unauthenticated (http://localhost:3000/files/attachment/6e007a40-8da7-442a-a206-1de7a04a087f.png?token=xxx)
I would expect an unauthenticated error or something more descriptive to distinguish from unexpected server errors.
The text was updated successfully, but these errors were encountered:
Could I be assigned to this? I am a new contributor :)
Sorry, something went wrong.
@giiger yes of course! Thank you!
#8939
Hey @FelixMalfait @janwo, I'd like to work on this bug. Does the current PR address your requirements? If not, I'd love to give it a shot!
@munch-lax it doesn't address the requirements unfortunately. We'll merge whichever gets it right. Thanks a lot to both of you!
@FelixMalfait PR-9043
giiger
No branches or pull requests
Bug Description
If attachment token expires, it throws a 500 error instead of Unauthenticated (http://localhost:3000/files/attachment/6e007a40-8da7-442a-a206-1de7a04a087f.png?token=xxx)
Expected behavior
I would expect an unauthenticated error or something more descriptive to distinguish from unexpected server errors.
The text was updated successfully, but these errors were encountered: