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
Describe the bug Response for https://staging.avniproject.org/user/?page=0&size=25&sort=id%2CDESC is getting truncated and resulting in an incomplete json which can't be parsed by the client.
Response received for above request.
Could not simulate locally or on prod.
Currently worked around by reducing the page size to 10 but this issue needs further investigation to understand root cause and permanent fix.
To Reproduce Steps to reproduce the behavior:
Expected behavior Should be able to select user on Identifier User Assignment screen.
Video https://github.com/user-attachments/assets/73a8d5a1-193b-452a-b7a2-ca0bb97b89ca
Working on prerelease also in orgs with more than 50 users. Not working only on staging.
Developer Checklist Developer fixing the bug should fill this checklist.
The text was updated successfully, but these errors were encountered:
No env to simulate this issue in. Not happening on local, prerelease or prod.
Different behaviour happening in staging due to java upgrade.
Moving this to hold for now to revisit in case the issue pops up again.
Sorry, something went wrong.
1t5j0y
No branches or pull requests
Describe the bug
Response for
https://staging.avniproject.org/user/?page=0&size=25&sort=id%2CDESC
is getting truncated and resulting in an incomplete json which can't be parsed by the client.
Response received for above request.
Could not simulate locally or on prod.
Currently worked around by reducing the page size to 10 but this issue needs further investigation to understand root cause and permanent fix.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be able to select user on Identifier User Assignment screen.
Video
https://github.com/user-attachments/assets/73a8d5a1-193b-452a-b7a2-ca0bb97b89ca
Analysis:
Working on prerelease also in orgs with more than 50 users. Not working only on staging.
Developer Checklist
Developer fixing the bug should fill this checklist.
The text was updated successfully, but these errors were encountered: