-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
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
Missing UID in contact data #175
Comments
I don't see why a contact won't have any uid set! |
Yes, it's quite baffling. I did not edit the database. The CardDAV sync on my phone works just fine, too. |
Hum, could come from an external sync indeed. We need to prevent this from happening. |
Aren't cards without an UID rejected by the carddav backend in nextcloud/server? |
Apparently not! 🤔 |
UIDs are automatically created on import and create in the contacts app. This needs to be created on https://github.com/nextcloud/server |
Since my issue may not be uid related I've created a new issue at #358 |
Look at your nextcloud.log file into the data folder! :) |
Steps to reproduce
Expected behaviour
My contacts should be displayed :)
Actual behaviour
It looks like the app is trying to access the
UID
property and there isn't any. I debugged into the code in question which saysAccessing other data like
email()
works just fine. So now I'm wondering why it suddenly complains about a missing UID and whether there might have been a migration that was supposed to run but didn't during upgrade?Is there any way to add new UID to those contacts missing them?
I know my way around MySQL so if you have an idea what should go where, I'll gladly write a migration script myself 😉
The text was updated successfully, but these errors were encountered: