Skip to content
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

Problem: caching issue can result in inaccurate total form count #39

Open
jrwdunham opened this issue Oct 28, 2020 · 0 comments
Open

Problem: caching issue can result in inaccurate total form count #39

jrwdunham opened this issue Oct 28, 2020 · 0 comments
Assignees

Comments

@jrwdunham
Copy link
Member

Observed an issue from a user related to caching. User would login and Dative would make an initial request to forms?page=1 and receive a response object with an array of forms and an inaccurate total form count, in this case a form count of 9,150 forms when there were in fact 9,236 forms (Gitksan OLD). The issue was solved for the user by using Chrome developer tools to set the "disable cache" option and then refreshing the page. Subsequently, the total form count returned was the accurate 9,236.

This issue should be investigated further. If it can be recreated, then there may be some logic related to caching and the HTTP request that needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant