Nextcloud version (eg, 29.0.5): 30.0.0
Operating system and version (eg, Ubuntu 24.04): Linux 6.8.0-45-generic x86_64
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 8.3): 8.3.6
The issue you are facing:
I have a Windows Server 2019 file server with shares on it. I added external storage and used SMB/CIFS and entered the global credentials. I added a user to one of the shares. When you sign in as the user they can see the external storage, browse it, see the files, but when you try to download a file the server logs an error No App in Context and won’t download. Also not able to edit in nextcloud.
Is this the first time you’ve seen this error? (Y/N):
Steps to replicate it:
- Add external storage
- Sign in as user to access external storage
- Attempt to download file
The output of your Nextcloud log in Admin > Logging:
RuntimeException image not found: image:apps/whiteboard.svg webroot:/nextcloud serverroot:/var/www/html/nextcloud
/var/www/html/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.phpLine 205
OC\URLGenerator->imagePath()
/var/www/html/nextcloud/apps/firstrunwizard/lib/Notification/Notifier.phpLine 105
OCA\FirstRunWizard\Notification\Notifier->setAppHintDetails()
/var/www/html/nextcloud/lib/private/Notification/Manager.phpLine 337
OCA\FirstRunWizard\Notification\Notifier->prepare()
/var/www/html/nextcloud/apps/notifications/lib/Controller/EndpointController.phpLine 103
OC\Notification\Manager->prepare()
/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.phpLine 208
OCA\Notifications\Controller\EndpointController->listNotifications()
/var/www/html/nextcloud/lib/private/AppFramework/Http/Dispatcher.phpLine 114
OC\AppFramework\Http\Dispatcher->executeController()
/var/www/html/nextcloud/lib/private/AppFramework/App.phpLine 161
OC\AppFramework\Http\Dispatcher->dispatch()
/var/www/html/nextcloud/lib/private/Route/Router.phpLine 302
OC\AppFramework\App::main()
/var/www/html/nextcloud/ocs/v1.phpLine 43
OC\Route\Router->match()
/var/www/html/nextcloud/ocs/v2.phpLine 7
undefinedundefinedrequire_once(
"/var/www/html/nextcloud/ocs/v1.php"
)
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
PASTE HERE
The output of your Apache/nginx/system log in /var/log/____
:
PASTE HERE
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
PASTE HERE