-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error while making a .find query with index created #51
Comments
I have a similar problem. Are the indices not considered by worker-pouch? If I use pouch directly without worker-pouch I don't have this issue. |
Ditto. Having the same problem with worker-pouch and db.find. |
Same problem here :( |
Has anyone cracked the error? I am experiencing the same error. |
It's been 2 years since reported! any solution? I face the issue with worker-pouch and pouchdb find.. |
2022 and worker-pouch is not working with indices.. How can I use worker-pouch and indices? |
This is a blocker for me right now, I will try to upgrading the dependencies and will report back. @nolanlawson any sort of info would be highly appreciated! 🙏 Edit: this did not work, I tried with both version 7 and 8. I ended up using comlink and moved all functions that use the database in a worker. |
Still facing this, any fix?? |
I have an application which uses worker-pouch
I have an index on a key called "docType", worker-pouch throws an error while calling db.find()
{error: "not_found", name: "not_found", reason: "ddoc _design/idx-f69ab836cb594ee7fe57e44b2d3c4267 …44b2d3c4267, instead found object of type: object", message: "ddoc _design/idx-f69ab836cb594ee7fe57e44b2d3c4267 …44b2d3c4267, instead found object of type: object", status: 404}
The text was updated successfully, but these errors were encountered: