crazy-max/docker-nextcloud

Enabling Social results in an internal server error on access

Opened this issue · 7 comments

I downloaded and enabled Nextcloud Social. All other services are functional. Accessing https://cloud.hansen.agency/apps/social/ I receive the following error:

Internal Server Error

The server was unable to complete your request.

If this happens again, please send the technical details below to the server administrator.

More details can be found in the server log.
Technical details

    Remote Address: 172.18.0.27
    Request ID: VwXTQqZJubODPDXcKjfZ

nextcloud.log

Is it best if I redirect this issue to nextcloud/social?

Is it best if I redirect this issue to nextcloud/social?

@Spass1966 Yes that looks like an issue with social plugin itself:

172.18.0.1 - - [31/Aug/2019:22:42:58 +0200] "GET /apps/social/ HTTP/1.1" 500 4916 "https://cloud.hansen.agency/" "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0"

Ok will close here and send it over to them. Thanks!

@Spass1966 You're welcome, keep me in touch.

Resolved. I needed to set the following values, some of which were missing, another tied to my previous subdomain.

sudo -u www-data php occ config:app:set --value https://cloud.hansen.agency/index.php/apps/social/ social social_url
sudo -u www-data php occ config:app:set --value https://cloud.hansen.agency/index.php social cloud_url
sudo -u www-data php occ config:app:set --value https://cloud.hansen.agency social address
sudo -u www-data php occ config:app:set --value cloud.hansen social social_address

Thanks for your feedback