pouchdb / add-cors-to-couchdb

CLI to add a good default CORS configuration to CouchDB
Apache License 2.0
132 stars 18 forks source link

SignUP Error #26

Open VladimirCores opened 6 years ago

VladimirCores commented 6 years ago

I do that:

db.signUp(payload.email, payload.password, {
        metadata: {
          email: payload.email,
          firstName: payload.firstName,
          lastName: payload.lastName
        }
      }).then((response) => {

Have this:

screen shot 2018-02-11 at 18 51 00

I did everything with CORS, even installed Chrome extension but can make it works. Any suggestions?