-
Notifications
You must be signed in to change notification settings - Fork 10
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
Authentification fail to Windows Couchbase Server 5.0.1 build 5003 #22
Comments
Hello, @IPessers. The library needs to be update to the latest driver, which should fix the issue. I will work on that this week. |
Thank you, I can't wait for your update \o/ |
Hello, @dsfields. Are you working on the couchbase server 5.0 compatibility? Thanks. |
Hello, @dalborgo. Yes, support for 5.0 is being worked on. |
@dsfields Can you please update your dependencies |
@dsfields - We are also waiting to your update, using your package was very useful until our last couchbase update... |
I can see that you did create a v5 branch with one commit on Nov 30, but nothing since. I would love to see an update to this essential package 😄 |
Is this dead? |
Hi,
I recently started a Node project with Couchbase and implemented my own promise system for Couchbase. I just found out about this package which seems well implemented but I encounter a weird bug.
I use the same credential as when I was using couchbase offical package (all was running smoothly) but when I try to reuse the exact same credentials with couchbase-promises, I received the following error:
CouchbaseError: Authentication failed. You may have provided an invalid username/password combination
.I always receive the Authentication Failed error in case of failure.
I also reported the issue on the couchbase forums
Thank you for taking the time to read the issue \o/
Node: 8.9.4
Couchbase server: 5.0.1 build 5003 Windows
couchbase-promises: ^4.3.0
OS: Windows 10
The text was updated successfully, but these errors were encountered: