TrueNAS-IP:Nextcloud-Port opens TrueNAS-UI

I installed the nextcloud app on my Truenas EE 24.10.1.
Now, when I click the Web-UI button for nextcloud I get the TrueNAS-UI.
Same, entering the IP with portnumber 30027 for the nextcloud.

Maybe this also applies to you:

Now I figured out, that after adding the truenas IP
in the config.php to the trusted domains

  3 => '192.168.15.55',

TrueNAS opens up this IP without the NC-Port
Without that entry I get to the NC with the message, that this
domain is untrusted.

Starting the NC over the ngnix works, but I get this error in the log:

NotFoundException
Exception thrown: OCP\Files\NotFoundException
Exception thrown: OCP\Files\NotFoundException
Details on NotFoundExceptionException thrown: OCP\Files\NotFoundException
  1. /var/www/html/lib/private/Files/Node/Node.phpZeile 230
    OC\Files\Node\Node->getFileInfo
    (
    false
    )
  2. /var/www/html/lib/private/Files/Node/Node.phpZeile 130
    OC\Files\Node\Node->getPermissions
    ()
  3. /var/www/html/lib/private/Files/Node/Folder.phpZeile 136
    OC\Files\Node\Node->checkPermissions
    (
    4
    )
  4. /var/www/html/lib/private/Files/AppData/AppData.phpZeile 129
    OC\Files\Node\Folder->newFolder
    (
    “global”
    )
  5. /var/www/html/apps/theming/lib/ImageManager.phpZeile 384
    OC\Files\AppData\AppData->newFolder
    (
    “global”
    )
  6. /var/www/html/apps/theming/lib/ImageManager.phpZeile 144
    OCA\Theming\ImageManager->getRootFolder
    ()
  7. /var/www/html/apps/theming/lib/ImageManager.phpZeile 173
    OCA\Theming\ImageManager->getCacheFolder
    ()
  8. /var/www/html/apps/theming/lib/Controller/IconController.phpZeile 81
    OCA\Theming\ImageManager->setCachedImage
    (
    “icon-core-#00679efiletypes_whiteboard.svg”,
    “<svg xmlns="http://www.w3.org/2000/svg\” viewBox="0 0 24 24"><path d="M12.04,2.5L9.53,5H14.53L12.04,2.5M4,7V20H20V7H4M12,0L17,5V5H20A2,2 0 0,1 22,7V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V7A2,2 0 0,1 4,5H7V5L12,0M7,18V14H12V18H7M14,17V10H18V17H14M6,12V9H11V12H6Z" fill="#969696"/>"
    )
  9. /var/www/html/lib/private/AppFramework/Http/Dispatcher.phpZeile 208
    OCA\Theming\Controller\IconController->getThemedIcon
    (
    “core”,
    “filetypes/whiteboard.svg”
    )
  10. /var/www/html/lib/private/AppFramework/Http/Dispatcher.phpZeile 114
    OC\AppFramework\Http\Dispatcher->executeController
    (
    {
    class”: “OCA\Theming\Controller\IconController”
    },
    “getThemedIcon”
    )
  11. /var/www/html/lib/private/AppFramework/App.phpZeile 161
    OC\AppFramework\Http\Dispatcher->dispatch
    (
    {
    class”: “OCA\Theming\Controller\IconController”
    },
    “getThemedIcon”
    )
  12. /var/www/html/lib/private/Route/Router.phpZeile 302
    OC\AppFramework\App::main
    (
    “OCA\Theming\Controller\IconController”,
    “getThemedIcon”,
    {
    class”: “OC\AppFramework\DependencyInjection\DIContainer”
    },
    {
    “app”: “core”,
    “image”: “filetypes/whiteboard.svg”,
    “_route”: “theming.icon.getthemedicon”
    }
    )
  13. /var/www/html/lib/base.phpZeile 1003
    OC\Route\Router->match
    (
    “/apps/theming/img/core/filetypes/whiteboard.svg”
    )
  14. /var/www/html/index.phpZeile 24
    OC::handleRequest
    ()

That doesn’t look like the post I linked to, did you read the post made by da2el?

Maybe you did and then concluded that your issue was different, it’s just not clear from your reply.

Hi,
Here may be a solution to your problem: