High-performance backend

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Nextcloud Server version: Nextcloud Hub 25 Autumn (32.0.6)
Operating System: Ubuntu 24.04.4 LTS
Web Server: Apache/2.4.58
PHP version: 8.3.25

Hi everyone! I’m testing adding a HPB server to Talk and am having the following problem (Unknown error):

But if I check from the Nextcloud server via curl, I can see that HPB is configured correctly:

# curl https://my.signaling.domain/api/v1/welcome
{"nextcloud-spreed-signaling":"Welcome","version":"unknown"}

# curl -i https://my.signaling.domain/api/v1/welcome
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
Date: Fri, 20 Feb 2026 10:04:03 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 61
Connection: keep-alive
X-Spreed-Signaling-Features: audio-video-permissions, dialout, federation, hello-v2, incall-all, join-features, mcu, offer-codecs, recipient-call, serverinfo, simulcast, switchto, transient-data, update-sdp, welcome

{"nextcloud-spreed-signaling":"Welcome","version":"unknown"}

Could you tell me what logs I should look at on the NextCloud server to figure out the problem?

Thanks!

Okay! That was my problem and I shot myself in the foot. I was able to fix it:

I tried to find the tokens in the database and delete them, but it didn’t work:

SELECT * FROM oc_appconfig WHERE configkey LIKE 'signaling_token_%';

DELETE FROM oc_appconfig WHERE configkey LIKE 'signaling_token_%';

Then, by pressing F12, I saw the following line with error 403:

https://my.signaling.domain/ocs/v2.php/apps/spreed/api/v1/bot/admin

When I opened the link in the browser, I encountered an access denied error.
I realized I’d allowed several groups to use Talk that weren’t part of the administrator account I used to configure it.

This also caused an issue with the mobile client, with an HTTP 426 Update Required error, but I’m still investigating that.

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