Hello,
after upgrade from 2.14 version to 2.15 version we have this error when enter to openvidu server or dashboard in port 4443.
Thank you
Hi @Youness_Atouani please don’t spam the same question in differnet posts. How did you do the upgrade? Did you follow the official instructions of upgrading? Can you share the output of ./openvidu version and the content of your /opt/openvidu/.env file?
Openvidu Information:
Installation Type: On Premises
Openvidu Version: 2.15.0
Openvidu Call Version: No present
System Information:
Linux Version:
- Description: Ubuntu 18.04.4 LTS
Docker Version: 19.03.11
Docker Compose Version: 1.26.0
Installation Information:
Installation Folder: /opt/openvidu
Installation Folder Tree:
|-.env
|-openvidu
|-.old-2.14.0
| |-.env
| |-openvidu
| |-readme.md
| |-docker-compose.yml
|-recordings
|-readme.md
|-kms-crashes
|-custom-layout
| |-index.html
| |-openvidu-browser-2.14.0.js
| |-openvidu-browser-2.15.0.js
| |-__index.html
|-.env-v2.15.0
|-cdr
|-docker-compose.yml
|-owncert
| |-certificate.key
| |-_certificate.key
| |-certificate.cert
| |-_certificate.cert
|-certificates
| |-accounts
| | |-acme-v02.api.letsencrypt.org
| | | |-directory
| | | | |-84465c180a51763163d399dc09fcfa5c
| | | | | |-private_key.json
| | | | | |-meta.json
| | | | | |-regr.json
| |-csr
| | |-0001_csr-certbot.pem
| | |-0000_csr-certbot.pem
| | |-0003_csr-certbot.pem
| | |-0002_csr-certbot.pem
| |-renewal
| |-live
| | |-51.75.200.222
| | | |-fullchain.pem
| | | |-privkey.pem
| | |-formify.tv
| | | |-fullchain.pem
| | | |-privkey.pem
| | |-certificates.conf
| |-keys
| | |-0002_key-certbot.pem
| | |-0003_key-certbot.pem
| | |-0001_key-certbot.pem
| | |-0000_key-certbot.pem
| |-renewal-hooks
| | |-pre
| | |-deploy
| | |-post
|-openvidu-report-13-11-2020-12-52.txt
Docker Running Services:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ec12039ee9c7 kurento/kurento-media-server:6.14.0 “/entrypoint.sh” 4 minutes ago Up 4 minutes (healthy) openvidu_kms_1
b5688802c74a openvidu/openvidu-coturn:1.0.0 “/bin/sh -c /usr/loc…” 4 minutes ago Up 4 minutes openvidu_coturn_1
ad5359a5cea2 openvidu/openvidu-server:2.15.0 “/bin/bash -c 'expor…” 4 minutes ago Up 4 minutes openvidu_openvidu-server_1
fe0439378433 openvidu/openvidu-proxy:3.0.0 “/bin/sh -c /usr/loc…” 4 minutes ago Up 4 minutes openvidu_nginx_1
503e41e13ec0 openvidu/openvidu-redis:1.0.0 “docker-entrypoint.s…” 4 minutes ago Restarting (1) 23 seconds ago openvidu_redis_1
DOMAIN_OR_PUBLIC_IP=NOMDOMAINE.COM
OPENVIDU_SECRET=PASSWORD
CERTIFICATE_TYPE=owncert
LETSENCRYPT_EMAIL=mail@gmail.com
HTTPS_PORT=4443
OPENVIDU_RECORDING=true
OPENVIDU_RECORDING_DEBUG=true
OPENVIDU_RECORDING_PATH=/opt/openvidu/recordings
OPENVIDU_RECORDING_CUSTOM_LAYOUT=/opt/openvidu/custom-layout
OPENVIDU_RECORDING_PUBLIC_ACCESS=true
OPENVIDU_RECORDING_NOTIFICATION=publisher_moderator
OPENVIDU_RECORDING_AUTOSTOP_TIMEOUT=0
OPENVIDU_STREAMS_VIDEO_MAX_RECV_BANDWIDTH=0
OPENVIDU_STREAMS_VIDEO_MIN_RECV_BANDWIDTH=0
OPENVIDU_STREAMS_VIDEO_MAX_SEND_BANDWIDTH=0
OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=0
OPENVIDU_WEBHOOK=false
#OPENVIDU_WEBHOOK_ENDPOINT=
#OPENVIDU_WEBHOOK_HEADERS=
OPENVIDU_WEBHOOK_EVENTS=[sessionCreated,sessionDestroyed,participantJoined,participantLeft,webrtcConnectionCreated,webrtcConnectionDestroyed,recordingStatusChanged,filterEventDispatched,mediaNodeStatusChanged]
OPENVIDU_SESSIONS_GARBAGE_INTERVAL=900
OPENVIDU_SESSIONS_GARBAGE_THRESHOLD=3600
OPENVIDU_CDR=false
OPENVIDU_CDR_PATH=/opt/openvidu/cdr
I’m thinking that maybe the problem is related with the browser cache not loading updated frontend from “YOUR_DOMAIN:4443/dashboard”, when you change the version. Can you try by removing the cache or access via incognito in the browser?
Best Regards,
Carlos