docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

When hosting under a subpath, ending the meeting redirects to the base domain without subpath

Open spantaleev opened this issue 2 years ago • 1 comments

I'm overriding the /usr/share/jitsi-meet/base.html file of the web container with one that looks like this:

<base href="/jitsi/" />

I'm also passing PUBLIC_URL=https://SOME_DOMAIN/jitsi/ as an environment variable.

When the meeting ends, I'm redirected to https://SOME_DOMAIN/, not to https://SOME_DOMAIN/jitsi/ as expected.

spantaleev avatar Apr 02 '23 06:04 spantaleev

Patches are welcome, we don't really support subpath deployments very well.

saghul avatar Apr 03 '23 08:04 saghul