Connection to server lost after fresh install 11.0.2

Hi we installed a fresh version of 11.0.2 nextcloud on a virtual server. The Web Interface is pretty slow, some icons are not shown and frequently the error message “connection to server lost” occurs.

Any idea what is the problem here? Tried with safari and chrome.

You didn’t provide any information, so no idea. What OS? What webserver? How is your server configured? What’s in logs?

Ubuntu 16.04 LTS, 4GB RAM, Apache2, nothing special in the logs. Just wondering if we are the only one with this issue?

I have the same problem on a linux server 2.6.32, I’m not sure for the web server but i think it’s a Apache2. Php version 5.6.30

The folders page is empty and I have the message “connection to server lost”.
It’s a fresh installation, nothing configured or created.

There is an error in logs : InvalidArgumentException: The given object name is invalid
the full error stack :

/home/xxxx/nextcloud/apps/activity/lib/FilesHooks.php - line 906: OC\Activity\Event->setObject('files', 2, false)
/home/xxxx/nextcloud/apps/activity/lib/FilesHooks.php - line 191: OCA\Activity\FilesHooks->addNotificationsForUser('tom', 'created_self', Array, 2, false, true, true, 0, 'file_created')
/home/xxxx/nextcloud/apps/activity/lib/FilesHooks.php - line 117: OCA\Activity\FilesHooks->addNotificationsForFileAction('/', 'file_created', 'created_self', 'created_by')
/home/xxxx/nextcloud/apps/activity/lib/FilesHooksStatic.php - line 45: OCA\Activity\FilesHooks->fileCreate('/')
[internal function] OCA\Activity\FilesHooksStatic fileCreate(Array)
/home/xxxx/nextcloud/lib/private/legacy/hook.php - line 106: call_user_func(Array, Array)
/home/xxxx/nextcloud/lib/private/Files/View.php - line 1237: OC_Hook emit('OC_Filesystem', 'post_create', Array)
/home/xxxx/nextcloud/lib/private/Files/View.php - line 1163: OC\Files\View->runHooks(Array, '/tom/files', true)
/home/xxxx/nextcloud/lib/private/Files/View.php - line 266: OC\Files\View->basicOperation('mkdir', '/tom/files', Array)
/home/xxxx/nextcloud/lib/private/Files/Node/Folder.php - line 149: OC\Files\View->mkdir('/tom/files')
/home/xxxx/nextcloud/lib/private/Files/Node/Root.php - line 380: OC\Files\Node\Folder->newFolder('/tom/files')
[internal function] OC\Files\Node\Root->getUserFolder('tom')
/home/xxxx/nextcloud/lib/private/Files/Node/LazyRoot.php - line 65: call_user_func_array(Array, Array)
/home/xxxx/nextcloud/lib/private/Files/Node/LazyRoot.php - line 282: OC\Files\Node\LazyRoot->__call('getUserFolder', Array)
/home/xxxx/nextcloud/lib/private/Server.php - line 947: OC\Files\Node\LazyRoot->getUserFolder('tom')
/home/xxxx/nextcloud/lib/private/User/Session.php - line 411: OC\Server->getUserFolder('tom')
/home/xxxx/nextcloud/lib/private/User/Session.php - line 479: OC\User\Session->prepareUserLogin(true)
/home/xxxx/nextcloud/lib/private/User/Session.php - line 299: OC\User\Session->loginWithPassword(*** sensitive parameters replaced ***)
/home/xxxx/nextcloud/lib/private/Setup.php - line 394: OC\User\Session->login(*** sensitive parameters replaced ***)
/home/xxxx/nextcloud/core/Controller/SetupController.php - line 65: OC\Setup->install(Array)
/home/xxxx/nextcloud/lib/base.php - line 957: OC\Core\Controller\SetupController->run(Array)
/home/xxxx/nextcloud/index.php - line 40: OC handleRequest()
{main}