### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2…016-03-10-add-reactions-to-pull-requests-issues-and-comments/) 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.
---
I am unable to open Talk (sometimes it works on new browser, then stops working). Tried different PCs, networks and browsers. Both when logged in and logged out (like inviting a user via public link). On mobile (firefox) it works without problems.
The related error seems to be:
```
Uncaught SyntaxError: identifier starts immediately after numeric literal talk-main.js:899:2549
```
This is the Console log, look at the differences when it works and when it doesn't:
| *WORKING* | *NOT WORKING* |
|----------|----------|
|  | |
## Steps to reproduce
1. Go to https://yourinstance/apps/spreed/
2. See that nothing appears
3. Open the log console
## Talk app
**Talk app version:** 18.0.8
**Custom Signaling server configured:** no
**Custom TURN server configured:** no
**Custom STUN server configured:** no
## Browser
**Microphone available:** yes
**Camera available:** no
**Operating system:** Ubuntu 20
**Browser name:** Firefox
**Browser version:** 126
</details>
## Server configuration
<!--
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
-->
**Operating system**: Debian 12
**Web server:** Nginx
**Database:** PSQL
**PHP version:** 8.0.1 fpm
**Nextcloud Version:** 28.0.5
**List of activated apps:**
<details>
```
Enabled:
- activity: 2.20.0
- admin_audit: 1.18.0
- bruteforcesettings: 2.8.0
- cfg_share_links: 5.1.0
- cloud_federation_api: 1.11.0
- contactsinteraction: 1.9.0
- dashboard: 7.8.0
- dav: 1.29.1
- federatedfilesharing: 1.18.0
- federation: 1.18.0
- files: 2.0.0
- files_archive: 1.2.3
- files_external: 1.20.0
- files_pdfviewer: 2.9.0
- files_reminders: 1.1.0
- files_scripts: 4.0.3
- files_sharing: 1.20.0
- files_trashbin: 1.18.0
- firstrunwizard: 2.17.0
- impersonate: 1.15.0
- logreader: 2.13.0
- lookup_server_connector: 1.16.0
- memories: 7.3.1
- nextcloud_announcements: 1.17.0
- notifications: 2.16.0
- oauth2: 1.16.3
- onlyoffice: 9.2.0
- password_policy: 1.18.0
- photos: 2.4.0
- previewgenerator: 5.5.0
- privacy: 1.12.0
- provisioning_api: 1.18.0
- recommendations: 2.0.0
- related_resources: 1.3.0
- serverinfo: 1.18.0
- settings: 1.10.1
- sharebymail: 1.18.0
- spreed: 18.0.8
- support: 1.11.1
- survey_client: 1.16.0
- systemtags: 1.18.0
- text: 3.9.1
- theming: 2.3.0
- twofactor_backupcodes: 1.17.0
- twofactor_nextcloud_notification: 3.9.0
- twofactor_totp: 10.0.0-beta.2
- updatenotification: 1.18.0
- viewer: 2.2.0
- weather_status: 1.8.0
- workflow_media_converter: 1.11.7
- workflow_script: 1.13.1
- workflowengine: 2.10.0
Disabled:
- circles: 28.0.0 (installed 26.0.0)
- comments: 1.18.0 (installed 1.16.0)
- duplicatefinder: 1.1.10 (installed 1.1.10)
- encryption: 2.16.0
- files_rightclick: 0.15.1 (installed 1.6.0)
- files_versions: 1.21.0 (installed 1.19.1)
- metadata: 0.20.0 (installed 0.20.0)
- ncdownloader: 1.0.20 (installed 1.0.20)
- suspicious_login: 6.0.0 (installed 5.0.0)
- user_ldap: 1.19.0
- user_status: 1.8.1 (installed 1.6.0)
```
</details>
**Nextcloud configuration:**
<details>
```json
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": {
"2": "nxc.g97.top",
"3": "davnxc.g97.top"
},
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "pgsql",
"version": "28.0.5.1",
"overwrite.cli.url": "https:\/\/nxc.g97.top",
"overwriteprotocol": "https",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0
},
"filesystem_check_changes": 1,
"trashbin_retention_obligation": "auto, 30",
"overwritewebroot": "\/",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [],
"ffmpeg": "\/usr\/local\/bin\/ffmpeg",
"enable_previews": true,
"enabledPreviewProviders": [
"OC\\Preview\\Movie",
"OC\\Preview\\MKV",
"OC\\Preview\\MP4",
"OC\\Preview\\AVI",
"OC\\Preview\\GIF",
"OC\\Preview\\Image",
"OC\\Preview\\HEIC",
"OC\\Preview\\TIFF"
],
"preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
"app_install_overwrite": [
"cfg_share_links"
],
"maintenance": false,
"theme": "",
"loglevel": 2,
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "2587",
"mail_smtpauth": 1,
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"onlyoffice": {
"editors_check_interval": 0
},
"enforce_theme": "",
"ncd_admin_settings": {
"disallow_aria2_settings": "1"
},
"memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
"memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"memories.vod.disable": false,
"memories.vod.ffprobe": "\/usr\/local\/bin\/ffprobe",
"memories.video_default_quality": "-2",
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.vaapi": true
}
}
```
</details>
### Server log (data/nextcloud.log)
No relevant log about the error.