-
Notifications
You must be signed in to change notification settings - Fork 509
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Use a Talk High Performance Backend on a remote server.
- Remove the inbuilt Talk HPB.
- Add Remote HPB to Talk configurations in Talk Administrator Settings.
- Restart all containers in the AIO interface.
Expected behaviour
The previously saved Talk HPB should be the only one present and the shared secret configured for the remote server should remain unchanged.
Actual behaviour
The deleted inbuilt Talk HPB is readded to the list of HPBs. Also more problematically, upon restart, the shared secret for the remote HPB is replaced by that of the inbuilt one which causes the remote HPB to reject communication.
Attempted Fix
If you remove Talk server in the AIO configuration, the Talk APP in Nextcloud is also removed. Adding the Talk app using the App Store, restores the Talk App, but it will be removed again on restart. The Talk app installed in this manner also malfunctions and is unstable.
Talk app
Talk app version: (see apps administration page: /index.php/settings/apps)
Custom Signaling server configured: YES (Running version: 2.0.4~docker)
Custom TURN server configured: YES
Custom STUN server configured: YES
Browser
Microphone available: YES
Camera available: YES
Operating system: Windows/Android
Browser name: Firefox/Chrome
Browser version: 143
Browser log
Details
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```Server configuration
Operating system: Ubuntu/RedHat/...
Web server: Apache/Nginx
Database: MySQL/Maria/SQLite/PostgreSQL
PHP version: 8.1/8.2/8.3
Nextcloud Version: (see administration page)
List of activated apps:
Details
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your server installation folder
Nextcloud configuration:
Details
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
Server log (data/nextcloud.log)
Details
Insert your server log here