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
On the review page, these attachment links that are marked as "new" are not clickable (browser: Chrome):
When opening the links manually (by copying and pasting the URL), a server error occurs.
URL: https://fetc.tst.hum.uu.nl/reviews/show/11/
The text was updated successfully, but these errors were encountered:
The server errors also occur on the attachment page: https://fetc.tst.hum.uu.nl/reviews/attachments/12/
Sentry link: https://uu-cdh.sentry.io/issues/15286203/?referrer=alert_email&alert_type=email&alert_timestamp=1735049819011&alert_rule_id=69106¬ification_uuid=27711fd4-aa06-46ff-83d0-732d61401269&environment=major_4
Sorry, something went wrong.
This was a combination of non-existing files and the download="filename.pdf" attribute on the link, which results in a click doing nothing.
download="filename.pdf"
Non-existing files should be fixed with #832 and a hotfix was put in major/4 for the latter part of the problem.
miggol
No branches or pull requests
On the review page, these attachment links that are marked as "new" are not clickable (browser: Chrome):
When opening the links manually (by copying and pasting the URL), a server error occurs.
URL: https://fetc.tst.hum.uu.nl/reviews/show/11/
The text was updated successfully, but these errors were encountered: