nextcloud / nextcloud/user_migration
TrashbinMigrator without FilesMigrator errors on loading Files webview
Open
@come-nc is already working on this.
Since Apr 12, 2022.
1. to develop
bug
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 10
- Avg merge
- 6h 5m
- Merged PRs (30d)
- 12
Description
TrashbinMigrator runs export and import successfully without FilesMigrator but when loading the Files webview after importing it throws \OCP\Files\NotFoundException, details below
Technical details
Remote Address: 127.0.0.1
Request ID: nrGT0EYgBJXTsOLlwTTU
OCP\Files\NotFoundException
0
/var/www/nextcloud/lib/private/legacy/OC_Helper.php
496
Trace
#0 /var/www/nextcloud/apps/files/lib/Controller/ViewController.php(154): OC_Helper::getStorageInfo()
#1 /var/www/nextcloud/apps/files/lib/Controller/ViewController.php(204): OCA\Files\Controller\ViewController->getStorageInfo()
#2 /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(225): OCA\Files\Controller\ViewController->index()
#3 /var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php(133): OC\AppFramework\Http\Dispatcher->executeController()
#4 /var/www/nextcloud/lib/private/AppFramework/App.php(172): OC\AppFramework\Http\Dispatcher->dispatch()
#5 /var/www/nextcloud/lib/private/Route/Router.php(298): OC\AppFramework\App::main()
#6 /var/www/nextcloud/lib/base.php(1023): OC\Route\Router->match()
#7 /var/www/nextcloud/index.php(36): OC::handleRequest()
#8 {main}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.