Hello!
I am currently deploying the common-voice platform using Kubernetes on a server to record/annotate some text corpus.
I have followed the guidelines to deploy and adapt it to Kubernetes. Everything seems to work fine except from the authentication (which works perfectly with docker-compose locally).
I get from Auth0 that there is a callback url mismatch. My URL has the form https://my_url.com
. When I put the URL http://my_url.com
in the Auth0 callback list, I do not get the Auth0 error however I am redirected to an empty page.
Any ideas what the issue might be ? Can I configure my callback url without changing the source code ? Is there a redirection ?
Thanks a lot.