-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mixed Content Error when frontend uses HTTPS #12
Comments
Same problem here. |
@milouk @mrg358 |
yes, it seems only getting thumbnails and downloads are calling api via http. |
@mrg358 To fix it, you can set it to the IPs of your proxy ( More technical details can be found here |
Thank you! |
Forgot to mention, I like your app and I hope it will keep advancing more in the future. The frontend design looks very polished and professional. Good job! 👍 |
I have deployed the app behind traefik and issued an ssl certificate for the frontend. My API_BASE_URL is set to
http://shelf-back:8000
. Since fontend has https and backend is http I am getting a "Mixed Content" error. Is there a way to have the frontend using https while the backend is http?My docker compose is as follows:
The text was updated successfully, but these errors were encountered: