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
When use username:password@server can not login.
When use couchdb 3.3.2, couchdbCredentials page can not open in password incorrect.
_session report 400 {"error":"bad_request","reason":"request body must contain a username"}, but https://github.com/benweet/stackedit/blob/master/src/services/providers/helpers/couchdbHelper.js#L10 show only 401 can open page.
{"error":"bad_request","reason":"request body must contain a username"}
I see _session post body is blank. https://github.com/benweet/stackedit/blob/master/src/components/modals/providers/CouchdbCredentialsModal.vue#L26
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When use username:password@server can not login.
When use couchdb 3.3.2, couchdbCredentials page can not open in password incorrect.
_session report 400
{"error":"bad_request","reason":"request body must contain a username"}
, buthttps://github.com/benweet/stackedit/blob/master/src/services/providers/helpers/couchdbHelper.js#L10
show only 401 can open page.
I see _session post body is blank.
https://github.com/benweet/stackedit/blob/master/src/components/modals/providers/CouchdbCredentialsModal.vue#L26
The text was updated successfully, but these errors were encountered: