Open himpierre opened 6 years ago
Confirmed, applying different nginx config in your Jitsi Meet server solves the problem:
# location ~ ^/([a-zA-Z0-9=\?]+)$ {
# rewrite ^/(.*)$ / break;
# }
location / {
ssi on;
try_files $uri /index.html;
}
Source: https://github.com/jitsi/jitsi-meet/issues/312#issuecomment-354418529
Description:
App Jitsi (/jitisi <--- typo?) creates Jitsi URLs with hyphens which leads to 404 at jitsi
Steps to reproduce:
Expected behavior:
entering room.
Actual behavior:
404
Server Setup Information: