We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now it tries exactly that. To reproduce
/_users
{ "_id": "org.couchdb.user:$passwordReset/[email protected]/s7fdef2", "type": "user", "roles": [ ], "password_scheme": "pbkdf2", "iterations": 10, "name": "$passwordReset/[email protected]/s7fdef2", "createdAt": "2013-12-06T14:20:57.331Z", "updatedAt": "2013-12-06T14:20:57.190Z", "derived_key": "76df1ca4b5ab7cba7cba56675e325e9b2030bfcc", "salt": "2fc93de856fb68b317029efcc00c4fd6", "$error": { "error": "not_found", "message": "user [email protected] could not be found" } }
hoodie.database("user/undefined").grantReadAccess("$passwordReset", "[email protected]"): Error: not_found
Besides that, I also see hoodie.account.update: TypeError: Converting circular structure to JSON, not sure if that is related or not.
hoodie.account.update: TypeError: Converting circular structure to JSON
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now it tries exactly that. To reproduce
/_users
Besides that, I also see
hoodie.account.update: TypeError: Converting circular structure to JSON
, not sure if that is related or not.The text was updated successfully, but these errors were encountered: