-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sometimes added entries do not persist #4
Comments
Weird. I don’t think so — Baby Buddy is pretty low tech in that respect. If the data shows up in the dashboard it should definitely be persisted in the database. 🤔 |
That's what I assumed. And Sandstorm doesn't do anything particularly magical with file/database storage. Once it's on the filesystem it should be good. I'm a bit flummoxed. 🤔 |
Are you sure the entry is missing? I.e. are looking at the full list for the activity? And maybe try looking at the data via the Django admin? |
I jumped into the database admin screen, and I don't see any duplicate entries from times we've had to re-enter. I'll try to watch more closely when this happens and see if I can find anything interesting, maybe in the log or something. |
My wife and I have noticed sometimes we enter a feeding or diaper entry, it shows on the dashboard how many minutes ago that was, indicating the data was stored... and then that entry is missing sometimes next time we open the app.
Is there any sort of data storage process that happens after loading the page after the entry completes which may be getting interrupted somehow?
The text was updated successfully, but these errors were encountered: