-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
If attachment token expires, it throws a 500 error instead of Unauthenticated #8825
Labels
good first issue
Good for newcomers
Comments
Could I be assigned to this? I am a new contributor :) |
@giiger yes of course! Thank you! |
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! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: