You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was importing new contacts from a .vcf file. After the import finished it showed "1 faulty contact". I opened the browser console and saw countless type errors, saying t is undefined. While I was looking at it, the same error was logged multiple times a second until everything froze and a Firefox dialogue appeared which allowed me to stop the script (see screenshot).
(The contacts were imported successfully though and accessible after I stopped the script and closed the import dialogue)
I then tried to reproduce the error, reimported the contacts but opened the console straight away. The type errors appeared right from the beginning, even before the faulty contact has been processed (it showed 'faulty contact' only after around 50% had been imported)
To Reproduce
Steps to reproduce the behavior:
Go to the Contacts page and open the browser console
Click on the settings tab at the bottom left and click on 'Import contacts'
Select a .vcf file
Wait for the errors to appear in the console
If everything freezes, wait for Firefox to ask you to stop the script
Expected behavior
The import should not cause a crash
Actual behavior
The import causes the browser to freeze until the script is stopped.
Screenshots
Browser log
How to access your browser console (Click to expand)
Chrome
Press either CTRL + SHIFT + J to open the “console” tab of the Developer Tools.
Alternative method:
Press either CTRL + SHIFT + I or F12 to open the Developer Tools.
Click the “console” tab.
Safari
Press CTRL + ALT + I to open the Web Inspector.
See Chrome’s step 2. (Chrome and Safari have pretty much identical dev tools.)
IE9
Press F12 to open the developer tools.
Click the “console” tab.
Firefox
Press CTRL + SHIFT + K to open the Web console (COMMAND + SHIFT + K on Macs).
or, if Firebug is installed (recommended):
Press F12 to open Firebug.
Click on the “console” tab.
Opera
Press CTRL + SHIFT + I to open Dragonfly.
Click on the “console” tab.
Server configuration
Operating system: Linux
Web server: Nginx
Database: MariaDB
PHP version: 7.3
Nextcloud version: 17.0.0.9
Contacts version: 3.1.6
Updated from an older Nextcloud or fresh install: No
Signing status:
No errors have been found.
The text was updated successfully, but these errors were encountered:
Describe the bug
I was importing new contacts from a .vcf file. After the import finished it showed "1 faulty contact". I opened the browser console and saw countless type errors, saying
t is undefined
. While I was looking at it, the same error was logged multiple times a second until everything froze and a Firefox dialogue appeared which allowed me to stop the script (see screenshot).(The contacts were imported successfully though and accessible after I stopped the script and closed the import dialogue)
I then tried to reproduce the error, reimported the contacts but opened the console straight away. The type errors appeared right from the beginning, even before the faulty contact has been processed (it showed 'faulty contact' only after around 50% had been imported)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The import should not cause a crash
Actual behavior
The import causes the browser to freeze until the script is stopped.
Screenshots

Browser log
How to access your browser console (Click to expand)
Chrome
Safari
IE9
Firefox
Opera
Server configuration
Operating system: Linux
Web server: Nginx
Database: MariaDB
PHP version: 7.3
Nextcloud version: 17.0.0.9
Contacts version: 3.1.6
Updated from an older Nextcloud or fresh install: No
Signing status:
The text was updated successfully, but these errors were encountered: