pulsejet / nextcloud-oidc-login

Nextcloud login via a single OpenID Connect 1.0 provider
https://apps.nextcloud.com/apps/oidc_login
GNU Affero General Public License v3.0
219 stars 59 forks source link

Disabled incompatible app: oidc_login #276

Closed JW-CH closed 4 months ago

JW-CH commented 4 months ago

I have the following error messages in the log:

Fehlersuche updater \OC\Updater::checkAppStoreApp: Checked for update of app "oidc_login" in appstore "25.04.2024, 09:24:26"  
Fehlersuche updater \OC\Updater::checkAppStoreAppBefore: Checking for update of app "oidc_login" in appstore "25.04.2024, 09:24:26"  
Fehlersuche updater \OC\Updater::checkAppStoreApp: Checked for update of app "oidc_login" in appstore "25.04.2024, 09:24:26"  
Fehlersuche updater \OC\Updater::checkAppStoreAppBefore: Checking for update of app "oidc_login" in appstore "25.04.2024, 09:24:26"  
Information updater \OC\Updater::incompatibleAppDisabled: Disabled incompatible app: oidc_login "25.04.2024, 09:24:13"  
Fatal no app in context ErrorFailed opening required 'assets/login.php' (include_path='/app/www/public/3rdparty/pear/archive_tar:/app/www/public/3rdparty/pear/console_getopt:/app/www/public/3rdparty/pear/pear-core-minimal/src:/app/www/public/3rdparty/pear/pear_exception:/app/www/public/apps')Could not boot oidc_login: Failed opening required 'assets/login.php' (include_path='/app/www/public/3rdparty/pear/archive_tar:/app/www/public/3rdparty/pear/console_getopt:/app/www/public/3rdparty/pear/pear-core-minimal/src:/app/www/public/3rdparty/pear/pear_exception:/app/www/public/apps') "23.04.2024, 10:04:14"  
Fehler PHP require(assets/login.php): Failed to open stream: No such file or directory at /config/www/nextcloud/apps/oidc_login/lib/AppInfo/Application.php#152 "23.04.2024, 10:04:14"  

My OIDC-Login is not available any more. Is this an error on my side?

jessebot commented 4 months ago

Did you recently update to Nextcloud 29? It looks like the nextcloud app store still shows this app as only working with Nextcloud 28.

JW-CH commented 4 months ago

I did update. Was avle to activate the app again. Was getting the error in V28 too

pulsejet commented 4 months ago

Remove oidc_login_alt_login_page from your config

JW-CH commented 4 months ago

Remove oidc_login_alt_login_page from your config

That was it I think. Thank you