-
Notifications
You must be signed in to change notification settings - Fork 3
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
RiverDB Front End - Multiple Sites - Perpetual Load data symbol #29
Comments
Sites that are showing us the loading symbol without actually loading the data/page: |
It looks like there are two problems causing this symptom. For the newly added sites 70 & 71, the problem has been fixed. For the other sites, it's caused by a rogue sitevisit with no date and is causing the backend query to fail. This brings up a possible bug in the data entry form which should always require a date. We also need to fix the frontend to display any query errors more prominently. But essentially, to really fix this problem we need to fix the bad data. Here are the links to the rogue records causing the query to fail: |
some of these have been hidden via the publish button fix (3b6f3b9) in the data entry form, but at least one of them (site 7) had the publish button checked |
Oh interesting how these rogue sitevisits without a date are causing this issue! I think your point that having the data entry form always require a date would be ideal (as I've worried about volunteers or new coordinators inadvertently losing the occasional entry in this manner). |
The location of Sites 70 & 71 have been fixed, thank you!
However, upon trying to pull up data for either Site 70 or 71 on the front end of RiverDB, a loading sign occurs indefinitely. Further, the URL doesn't show a specific code number for either site and so it seems like there's some issue with where it is trying to pull data from.
The text was updated successfully, but these errors were encountered: