AIO Internal Server Error (SAML)

Nextcloud version: 30 (latest)
Operating system and version: Debian 12
Apache or nginx version (eg, Apache 2.4.25): AIO Installation
PHP version (eg, 8.3): replace me

The issue you are facing:

Is this the first time you’ve seen this error? Yes

I’m not sure if it can be replicated, I installed AIO NC recently and 2 days later, I am not able to access it. I’ve tried to reboot the system, restarted the containers but the error still prevents me from accessing nextcloud.

The output of your Nextcloud log in Admin > Logging:

NOT ACCESSIBLE

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

To be honest, I am not sure how to access it inside the container. I am pretty new to docker.

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.

{"reqId":"mGIeDBJ8uFkzi6O7V9Hw","level":3,"time":"2024-10-11T05:19:03+00:00","remoteAddr":"#PRIVACY#","user":"--","app":"index","method":"GET","url":"/apps/user_saml/saml/login?originalUrl=&idp=&requesttoken=bu5IgBs2yXba//eiZJMdrTbPYgjNnTxhJwSO08qdamo%3D:Gq0u5TQD5hq7s8HtMf5v/2WuLVG1q24UTUXsq4D7Iww%3D","message":"Invalid array settings: idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36","version":"30.0.0.14","exception":{"Exception":"OneLogin\\Saml2\\Error","Message":"Invalid array settings: idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required","Code":2,"Trace":[{"file":"/var/www/html/custom_apps/user_saml/3rdparty/vendor/onelogin/php-saml/src/Saml2/Auth.php","line":176,"function":"__construct","class":"OneLogin\\Saml2\\Settings","type":"->","args":[[true,false,"#URL#/apps/user_saml/saml",[false,false,false,false,false,"And 9 more entries, set log level to debug to see all entries"],["#URL#/apps/user_saml/saml/metadata",["#URL#/apps/user_saml/saml/acs"],"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified","",""],"And 1 more entries, set log level to debug to see all entries"],false]},{"file":"/var/www/html/custom_apps/user_saml/lib/Controller/SAMLController.php","line":191,"function":"__construct","class":"OneLogin\\Saml2\\Auth","type":"->","args":[[true,false,"#URL#/apps/user_saml/saml",[false,false,false,false,false,"And 9 more entries, set log level to debug to see all entries"],["#URL#/apps/user_saml/saml/metadata",["https://share.wolfit.space/apps/user_saml/saml/acs"],"urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified","",""],"And 1 more entries, set log level to debug to see all entries"]]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":208,"function":"login","class":"OCA\\User_SAML\\Controller\\SAMLController","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/lib/private/AppFramework/Http/Dispatcher.php","line":114,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[["OCA\\User_SAML\\Controller\\SAMLController"],"login"]},{"file":"/var/www/html/lib/private/AppFramework/App.php","line":161,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args":[["OCA\\User_SAML\\Controller\\SAMLController"],"login"]},{"file":"/var/www/html/lib/private/Route/Router.php","line":302,"function":"main","class":"OC\\AppFramework\\App","type":"::","args":["OCA\\User_SAML\\Controller\\SAMLController","login",["OC\\AppFramework\\DependencyInjection\\DIContainer"],["user_saml.saml.login"]]},{"file":"/var/www/html/lib/base.php","line":1001,"function":"match","class":"OC\\Route\\Router","type":"->","args":["/apps/user_saml/saml/login"]},{"file":"/var/www/html/index.php","line":24,"function":"handleRequest","class":"OC","type":"::","args":[]}],"File":"/var/www/html/custom_apps/user_saml/3rdparty/vendor/onelogin/php-saml/src/Saml2/Settings.php","Line":139,"message":"Invalid array settings: idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required","exception":{},"CustomMessage":"Invalid array settings: idp_entityId_not_found, idp_sso_not_found, idp_cert_or_fingerprint_not_found_and_required"}}

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