No plugins that do that, however, I repeated the process with the console open and there are some interesting things going on, a lot of warnings that happen normally (normally = me not trying to sync the DB), but among the errors:
Access to XMLHttpRequest at ‘https://XXXXXXXXXXXX-bluemix.cloudant.com/_session’ from origin ‘https://noteself.org’ has been blocked by CORS policy: The value of the ‘Access-Control-Allow-Origin’ header in the response must not be the wildcard ‘*’ when the request’s credentials mode is ‘include’. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
I’ve had issues with CORS policy in the past when trying to consume REST services, activated the extension I use for that but had no luck.
GET https://XXXXXXXXXXXX-bluemix.cloudant.com/_session net::ERR_FAILED
OPTIONS https://noteself.org/online/ 405
Using this instead of the actual URL:
https://XXXXXXXXXXXX-bluemix.cloudant.com/_session
In regards to how I set the info would be:
CouchDB URL | https://XXXXXXXXXXXX-bluemix.cloudant.com
Remote database name | santabregat_home
and that’s about it, while being authenticated on Cloudant itself so it doesn’t have any problem with that while logging in. If I go to the URL itself, it returns the JSON as usual, it seems to be an issue between the noteself and cloudant, the request is not being sent.
I have the same extensions as I used to have the last time I loaded that backup.
If the whole content of the errors is needed, I can provide it as well.