-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tests Failing #24
Comments
I spent some more time debugging through my app this time and the error I ended up getting even when rolling back pouch-auth to when the build was passing was:
I rolled back pouchdb to version 5 from 6 and it seems be behaving now. |
This was a private API removed in v6: https://pouchdb.com/2016/09/05/pouchdb-6.0.0.html You will have to use |
Ah ok, the only thing is I believe the call is coming from |
I have the same problem. Had to downgrade my pouch to 5 to get things working. |
Sorry, no time to fix it currently, but if someone else wants to this is where
If db.name includes the URL (which pouchdb/pouchdb#5435 suggests), it should be a pretty easy fix. |
Hi there, is there a fix out by now? |
I started to look into #23 as It recently stopped working for me, after running the tests locally I get a few errors: https://gist.github.com/Shard/ebefea0bbd1a089faddb8c8d336c9eef
I started to look into the eval being called in /node_modules/couch_eval/ and it was trying to pass through this: https://gist.github.com/Shard/b0f9c002fdc73e5f01880cfb380a8a00
Not 100% sure where to go from here in terms of what should be happening here.
I'm running on Node 6.8 on Elemtentry OS
The text was updated successfully, but these errors were encountered: