Contact app won't import contacts

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version (eg, 29.0.5): 29.0.7
Operating system and version (eg, Ubuntu 24.04): Ubuntu 20.04.6 LTS
Apache or nginx version (eg, Apache 2.4.25): Using snap nextcloud
PHP version (eg, 8.3): Using snap nextcloud

The issue you are facing:

Is this the first time you’ve seen this error? Y:

Steps to replicate it:

  1. Go to contacts tab on web server
  2. Import contacts from local file with a .vcf file
  3. I get "Done importing 79 contacts into Contacts
    79 errors " with no contacts added

The output of your Nextcloud log in Admin > Logging:

No log error related to contacts

Which type of contact file is ideal for the app to recognize them, version? extension?

update: I did it, but with a different export, from a different app.

There may be some details buried in your browser console (it’s been a little while since I’ve attempted an import so I’m going from memory).

There is a recent enhancement request in the queue for this that you may want to subscribe to as well as upvote to express your interest in it.

1 Like

hey @yataghan012, tested this on a fresh install:

works fine

can you be more precise?

*.vcf
uft-8

You need to provide the VCard format information from the vcf file, which you usually find on top of it, when you open it using a text editor. E.g.

BEGIN:VCARD
VERSION:3.0                         <<<==
...

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.