libasys / contactsplus

A Contacts App for version ownCloud 8.1 or later, lower version not supported
23 stars 4 forks source link

Using wrong Contacts on OS X 10.11 El Capitan #103

Closed Revisor01 closed 4 years ago

Revisor01 commented 8 years ago

On my OS X 10.11 El Capitan the contacts app fetching the wrong contacts from owncloud. The settings are all correct. I copied the URL for OS X out of contacts+. On my iPhone and iPad it is working. When I deactivate the "standard" contacts app in owncloud it doesn't get any contacts.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26903035-using-wrong-contacts-on-os-x-10-11-el-capitan?utm_campaign=plugin&utm_content=tracker%2F19713444&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19713444&utm_medium=issues&utm_source=github).
ghost commented 8 years ago

Hi,

@Revisor01 very likely an issue with the .well-known URLs at your setup which redirects to /remote.php/cardav instead of /remote.php/contactsplus

Ref: https://github.com/owncloud/core/issues/20012

I think there is nothing what can be fix in the app itself.

Edit

You can test your redirect by calling the .well-known URL like:

curl -i https://example.com/.well-known

this probably redirects like described above.

Edit2

Ref for an issue at the contacts app: https://github.com/owncloud/contacts/issues/1058