Open F1zzyD opened 1 day ago
What browser are you using?
If you open the dev tools and go to networking, are the Cross-Origin-Embedder-Policy
and Cross-Origin-Opener-Policy
response headers being set?
Also did you set the CERTBOT_EMAIL
variable?
To enable HTTPS, set both
CERTBOT_DOMAIN
andCERTBOT_EMAIL
to your domain name andCERTBOT_EMAIL
to your email in.env
and include-f docker-compose.https.yml
in yourdocker-compose up
command.
Never mind, I just restarted my server and now the export button is there.... weird....
After successfully uploading and mixing an audio file, Spleeter Web refuses to export the audio, claiming: "SharedArrayBuffer is not defined. Check ENABLE_CROSS_ORIGIN_HEADERS=1 is set and HTTPS is enabled.
I have
ENABLE_CROSS_ORIGIN_HEADERS=1
set in docker-compose.yml and docker-compose.gpu.yml. I also haveENABLE_HTTPS=1
in docker-compose.https.yml and setCERTBOT_DOMAIN=https://spleeter.domain.cc
. I have also removed "https://" and the result is still the same.There are no errors in the logs.