Upgrade to 30.0.4.1

Testo preformattato<?php
$CONFIG = array (
‘datadirectory’ => ‘/data’,
‘instanceid’ => ‘xxxxxxxxxxxxxxxx’,
‘passwordsalt’ => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’,
‘secret’ => xxxxxxxxxxxxxxxxxxxxxxxxxxxx
‘maintenance_window_start’ => 1,
‘trusted_domains’ =>
array (
0 => ‘xxxxxxxxxxxxxxxxxxxxxxxxxxxx’,
),
‘dbtype’ => ‘mysql’,
‘version’ => ‘30.0.4.1’,
‘overwrite.cli.url’ => ‘https:xxxxxxxxxxxxxxx’,
‘dbname’ => ‘xxxxxxxxxxxxx’,
‘dbhost’ => ‘xxxxxxxxxxxxxxxxx’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ‘xxxxxxxxxxxxxx’,
‘dbpassword’ => xxxxxxxxxxxxxxxxxxx’,
‘installed’ => true,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘filelocking.enabled’ => true,
‘memcache.locking’ => ‘\OC\Memcache\APCu’,
‘upgrade.disable-web’ => false,
‘maintenance’ => false,
‘default_phone_region’ => ‘IT’,
‘updater.release.channel’ => ‘stable’,
‘loglevel’ => 0,
‘mail_from_address’ => ‘xxxxxx’,
‘mail_smtpmode’ => ‘xxxxxx’,
‘mail_sendmailmode’ => ‘xxxxxx’,
‘mail_domain’ => ‘xxxxxxxxxxxx’,
‘mail_smtphost’ => ‘xxxxxxxxxxxxxx’,
‘mail_smtpport’ => ‘xxxxx’,
‘mail_smtpauth’ => 1,
‘mail_smtpname’ => ‘xxxxxxxxxxxxxxxxx’,
‘mail_smtppassword’ => ‘xxxxxxxxxxxxxxxxxxxxxxx’,
‘theme’ => ‘’,
);

i upgraded from docker using “recreate” (every time upgrade using this mode). now if i try to go to administrator settings or with a user go to personal settings/security or others sub menu compare " 502 Bad Gateway nginx"
previously all was fine, i tried to recreate the images, (nexcloud, db, NGINXproximanager). nothing changed.
someone can help me ? thanks

Check the your Nextcloud/app container log. This is just a generic error you’re seeing that means the reverse proxy is having trouble interacting with the app container.

If still stuck, also post your Compose file. Not sure what image you’re using, but doesn’t look like either of the in-project provided ones.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.