-
Notifications
You must be signed in to change notification settings - Fork 80
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
Opening newly uploaded documents with relationships from the relationship tree crashes the document viewer (8pts) #3499
Comments
Info we have:
This issue will require more investigation to know how to fix it, but ideally we want to make sure that we have the relations before the code requires them. |
This is true, for performance reasons the entity omitRelationships flag request was added, simple solution will be to remove this flag and fix another minor error related to the deprecated pdfInfo and this should be solved for the majority of the scenarios. now its not that simple for all cases, 2 main changes were made to avoid the performance issues
The moment a document has more than 300 relationships things break.
i think we should fix this with the "quickFix" and move the 300 relationship limit problem to a tech debt if its not already. |
Uwazi is adding a "ref=xxxxx" param to the URL that should not be there.
The text was updated successfully, but these errors were encountered: