Support intro
Sorry to hear youâre facing problems ![]()
help.nextcloud.com is for home/non-enterprise users. If youâre running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isnât supplied; for fastest response please provide as much as you can ![]()
Some useful links to gather information about your Nextcloud Talk installation:
Information about Signaling server: /index.php/index.php/settings/admin/talk#signaling_server
Information about TURN server: /index.php/settings/admin/talk#turn_server
Information about STUN server: /index.php/settings/admin/talk#stun_server
Nextcloud version (eg, 24.0.1): 32.0.2
Talk Server version (eg, 14.0.2): 22.0.4
Custom Signaling server configured: no
Custom TURN server configured: yes
Custom STUN server configured: yes
In case the web version of Nextcloud Talk is involved:
Operating system (eg, Windows/Ubuntu/âŠ): debian 13 / mac os 26.1
Browser name and version (eg, Chrome v101): firefox 140.5.0esr (aarch64)/ chrome142.0.7444.162 (Build officiel) (arm64)
In case mobile Nextcloud Talk apps are involved:
Talk iOS version (eg, 14.0.2): na
Talk Android version (eg, 14.0.2): na
The issue you are facing:
takl working but sinc e the upgrade 22.0.2 to 22.0.4 in nextcloud in admin after the check i have this warning / info :
Flou dâarriĂšre-plan
Impossible de vĂ©rifier la prise en charge du chargement WASM. Veuillez vĂ©rifier manuellement si votre serveur Web sert des fichiers `.wasm`. Pour autoriser cette vĂ©rification, pour devez vous assurer que votre serveur web peut se connecter Ă lui-mĂȘme. Il doit donc ĂȘtre capable de rĂ©soudre et de se connecter Ă au moins un de ses `trusted_domains` ou Ă lâURL `overwrite.cli.url`. Cet Ă©chec peut ĂȘtre le rĂ©sultat dâune erreur de DNS cĂŽtĂ© serveur ou dâune rĂšgle de pare-feu sortante.
Is this the first time youâve seen this error? (Y/N):
Steps to replicate it:
-
na
-
na
-
na
The output of your Nextcloud log in Admin > Logging or errors in nextcloud.log in /var/www/:
Erreur
no app in context
ConnectException
cURL error 28: Operation timed out after 120000 milliseconds with 48835 out of 9647074 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://garm3.nextcloud.com/api/v1/apps.json
The output of your Apache/nginx/system log in /var/log/____:
no error
Your browser log if relevant (javascript console log, network log, etc.):
no error
my conf :
âtrusted_domainsâ =>
array (
0 => ânxt.pra.ripâ,
),
âoverwrite.cli.urlâ => âhttps://nxt.pra.ripâ,
network check :
DNS using bind with views, nothing in /etc/hosts
all test done from nextcloud server
internal :
< [07:17:24] - root@webblog:/bck_upgrade/nextcloud/engine >
=>dig nxt.pra.rip aaaa +short
webblog.tech.pra.rip.
2a01:e0a:1ef:7591::17
< [07:17:32] - root@webblog:/bck_upgrade/nextcloud/engine >
=>dig nxt.pra.rip +short
webblog.tech.pra.rip.
192.168.123.17
external :
< [07:16:01] - root@webblog:/bck_upgrade/nextcloud/engine >
=>dig nxt.pra.rip @1.1.1.1 +short
web.pra.rip.
82.64.130.10
< [07:17:13] - root@webblog:/bck_upgrade/nextcloud/engine >
=>dig nxt.pra.rip aaaa @1.1.1.1 +short
web.pra.rip.
2a01:e0a:1ef:7591::203
nextcloud access from external :
internet ===> reverse proxy (nginix) ===> nextcloud server
curl -I https://nxt.pra.rip
HTTP/1.1 302 Found
Date: Fri, 21 Nov 2025 07:15:11 GMT
Server: Apache/2.4.65 (Debian)
Content-Security-Policy: default-src âselfâ; script-src âselfâ ânonce-FpEfDwxwhvVepo+BoSyz/I4t5qJLjSvZU/Zq1Vhm4hI=â; style-src âselfâ âunsafe-inlineâ; frame-src *; img-src * data: blob:; font-src âselfâ data:; media-src *; connect-src *
; object-src ânoneâ; base-uri âselfâ;
Set-Cookie: oc_sessionPassphrase=vHM3emy5P5%2BCrOpHfEwtpouvRTR%2BT%2FE8GLJKnaSwbRIXTzkU8py1c%2BxMyLhnc8PyiNr7RYDjpOYMeD32dQFfPhgd%2F3CYRIYCWgzPRyXkTSTcctqqSjGbgwyrdzSSPGNY; path=/; secure; HttpOnly; SameSite=Lax
Set-Cookie: __Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
Set-Cookie: __Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
Set-Cookie: oc22s5j6m931=t5m6evosv33rqscckcg6si26kr; path=/; secure; HttpOnly; SameSite=Lax
Strict-Transport-Security: max-age=15552000; includeSubDomains; preload
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Permitted-Cross-Domain-Policies: none
X-Robots-Tag: noindex, nofollow
Referrer-Policy: no-referrer
Upgrade: h2
Connection: Upgrade
Location: Sâidentifier â Nextcloud
Content-Type: text/html; charset=UTF-8
thank you for your help