Talk doesn't seem to honor "has_internet_connection" setting
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
unplug the nextcloud installation from the internet
add 'has_internet_connection => false, to nextcloud config file.
go to talk page, and type in a URL in a chat (i.e. https://github.com) and hit enter
Expected behaviour
fast response, no site preview lookup
Actual behaviour
after hitting enter, there is a circle symbolizing a fetch of a site preview, but that will never occur
Talk app
Talk app version: (see apps admin page: /index.php/settings/apps)
Custom Signaling server configured: yes/no and version (see additional admin settings: /index.php/index.php/settings/admin/talk#signaling_server)
Custom TURN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#turn_server)
Custom STUN server configured: yes/no (see additional admin settings: /index.php/settings/admin/talk#stun_server)
Browser
Microphone available: yes
Camera available: yes
Operating system: Windows
Browser name: Firefox
Browser version: 122
Browser log
Server configuration
Operating system: Ubuntu 22.04 LTS
Web server: Apache
Database: PostgreSQL
PHP version: 8.1
**Nextcloud Version: 28.0.1.1
**List of activated apps: talk
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:
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)
Insert your server log here
Not sure, the root cause is in Talk's part or if the vue library/server bit