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

Am I doing something terribly wrong or is PouchDB 8 not saving data quickly or reliably? #8950

Open
risharde opened this issue May 16, 2024 · 1 comment

Comments

@risharde
Copy link

Issue

I've implemented a PouchDB database in the browser (it's an Android webview). I get very strange / unreliable results.
For example, when I save data for example strings to the database, the .get function sometimes returns all, sometimes it literally misses puts (retrieves less than what was inserted).
I thought maybe I made a mistake with my code, but strangely enough, if I close my app, reopen it which opens back the database, it has even less strings saved.
This was intended to be used entirely within browser and no sync.
Would that be why my results are inaccurate?

Info

  • Environment: Android WebView
  • Platform: Android
  • Adapter: None set, should I have explicitly set this?
  • Server: None, is this a problem?

Reproduce

Issues that others can reproduce are far easier to fix, we have a website that may help you provide a
live example of the bug @ https://pouchdb-bug-helper.glitch.me/

@janl
Copy link
Contributor

janl commented May 24, 2024

without sample code, we can’t possibly debug this. PouchDB generally is very reliable and has been for a long time

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

No branches or pull requests

2 participants