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
To me, it looks like the frontend spams the backend with continuous requests, although just the search results page is opened:
This problem is, that a single UI instance seems to bring down the backend already:
For example, it continously re-requests information about PURLs: GET https://trustify.dentrassi.de/api/v2/purl/8384d853-38ff-5bd9-bb7b-07b0b49c6bf5
GET https://trustify.dentrassi.de/api/v2/purl/8384d853-38ff-5bd9-bb7b-07b0b49c6bf5
Why is it doing that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To me, it looks like the frontend spams the backend with continuous requests, although just the search results page is opened:
This problem is, that a single UI instance seems to bring down the backend already:
For example, it continously re-requests information about PURLs:
GET https://trustify.dentrassi.de/api/v2/purl/8384d853-38ff-5bd9-bb7b-07b0b49c6bf5
Why is it doing that?
The text was updated successfully, but these errors were encountered: