Nextcloud Office suite app

HI I have installed Nextcloud version 26.0.0 with Nginx and PostgreSQL. I have tried to install nextcloud office with collabora built in server app. The Collabora built in server app each time when click on install It display error : “An error occurred during the request. Unable to proceed.”
The issue is that Nextcloud office app : https://apps.nextcloud.com/apps/richdocuments
is installed successfully with no errors but when I try to install Collabora built in server It shows errors. I tried the manual way through occ command via SSH.
The command don’t show any success and stuck with blank cursor.
My requirement is to setup office app so that users can create and share document. Please suggest solution alternative office apps. I want to use the option for Built in Server which comes with Collabora Built in server app and Community document server app. Unable to install both apps specifically whereas successfully able to install Nextcloud Office and OnlyOffice Apps

Hi @repo196,
You are missing the required support template. Please fill this form out and edit into your post.

This will give us the technical info and logs needed to help you! Thanks.

Nextcloud version (eg, 20.0.5): 26
Operating system and version * Ubuntu 20.04)*: ``
Apache or nginx version NGINXPHP version *(eg, 7.4)*:8.1 `

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

The output of your Nextcloud log in Admin > Logging:

1- GuzzleHttp\Exception\ClientException: Client error: GET https://nc1.joespace.ca/apps/richdocumentscode/proxy.php?req=/hosting/capabilities resulted in a 404 Not Found response

2- GuzzleHttp\Exception\ConnectException: cURL error 28: Operation timed out after 120000 milliseconds with 81002496 out of 262570603 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://objects.githubusercontent.com/github-production-release-asset-2e65be/267047460/14ce7f5f-21d9-4d23-ab87-3d03011a1520?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230522%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230522T202530Z&X-Amz-Expires=300&X-Amz-Signature=238ef1ca36726115c7281d1b859c91d1045caa72cb0ab1824bca496615a81229&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=267047460&response-content-disposition=attachment%3B%20filename%3Drichdocumentscode.tar.gz&response-content-type=application%2Foctet-stream

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

<?php $CONFIG = array ( 'instanceid' => 'oc5bm3sknlyq', 'passwordsalt' => '', 'secret' => '', 'trusted_domains' => array ( 0 => '***', ), 'datadirectory' => '/var/www/nextcloud/data', 'dbtype' => 'pgsql', 'version' => '26.0.0.11', 'overwriteprotocol' => 'https', 'overwrite.cli.url' => 'http://nc1.joespace.ca', 'dbname' => '*d', 'dbhost' => 'localhost:5432', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => '****', 'dbpassword' => '***', 'memcache.local' => '\\OC\\Memcache\\APCu', 'installed' => true, 'mail_smtpmode' => 'smtp', 'mail_smtpauth' => 1, 'mail_sendmailmode' => 'smtp', 'mail_smtpname' => '*', 'mail_smtppassword' => '**', 'mail_from_address' => 'info', 'mail_domain' => '***a', 'mail_smtphost' => *', 'mail_smtpport' => '587', );

@just I have shared the format with the information