I have CORS issue between UI and couchdb.
But in couchdb CORS is enabled, and UI has res.header("Access-Control-Allow-Origin", "*"); header.
But I still have an error
XMLHttpRequest cannot load http://localhost:5984/cp_display_template/. A wildcard '*' cannot be used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://localhost' is therefore not allowed access. The credentials mode of an XMLHttpRequest is controlled by the withCredentials attribute.
Someone has an idea why?