NextcloudPi but no NextcloudPi interface

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 33.0.2.2
  • Operating system and version (e.g., Ubuntu 24.04):
    • Pi OS 64 bits based on Debian Bookworm
  • Web server and version (e.g, Apache 2.4.25):
    • 2.4.66
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • don't know
  • PHP version (e.g, 8.3):
    • PHP 8.3.30
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • since beginning
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • curl from github
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • don’t think

Summary of the issue you are facing:

For the first time, I try to use my Raspberry Pi in order to host my data (cloud for the local network first which could, maybe later , be accessed from outside). Using curl cmd from github/nextcloudpi, I installed NextcloudPi. I can access Pi Wizard, then NextcloudPi or either Nextcloud but the issue is that when I adress Nexcloud, I don’t have the usual NextcloudPi interface and I don’t know why.

Steps to replicate it (hint: details matter!):

  1. even doing https://nextcloudpi.local I still have classic nextcloud interface.

  2. Unit ncp-web.service could not be found.

Log entries

Web Browser

If the problem is related to the Web interface, open your browser inspector Console and Network tabs while refreshing (reloading) and reproducing the problem. Provide any relevant output/errors here that appear.

200 no redirection , domain is nextcloudpi and not nextcloud.com so I expected to see NextcloudPi

Web server / Reverse Proxy

The output of your Apache/nginx/system log in /var/log/____:

later maybe

Configuration

Nextcloud

The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):

'trusted_domains' => 
  array (
    0 => 'localhost',
    7 => 'nextcloudpi',
    5 => 'nextcloudpi.local',
    8 => 'nextcloudpi.lan',
    3 => 'nextcloudpi',

'datadirectory' => '/media/myCloudDrive/ncdata/data',
  'dbtype' => 'mysql',
  'version' => '33.0.2.2',
  'overwrite.cli.url' => 'https://nextcloudpi/',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
'tempdirectory' => '/media/myCloudDrive/ncdata/data/tmp',
  'mail_smtpmode' => 'sendmail',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_from_address' => 'noreply',
  'mail_domain' => 'nextcloudpi.com',
  'maintenance' => false,
  'logfile' => '/media/myCloudDrive/ncdata/data/nextcloud.log',
);

Hello and welcome.

Can you access your Nextcloud using its IP address? Of course, the IP address must also be added as a trusted domain for this to work.

In any case, I would add the localhost address 127.0.0.1 as a trusted domain.

It is not clear what you are missing.
https://nextcloudpi.local:4443 ?

Hello ttlb!

My own experience in the past was that it yielded more stable results to use the delivered card images here Release v1.57.0 · nextcloud/nextcloudpi · GitHub
instead of the approach using curl.
Since you just started from scratch it likely doesnt mean loosing a lot to try it this way.
I guess it will be more pain to fix your situation based on what you have.

1 Like