Help with IP to domain translation #610
Replies: 1 comment 4 replies
-
Hi, it looks like you have http:// in your BASE_URL variable, please change it to https:// then restart planka. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Planka is great, it's absolutely satisfactory, I just have a problem with the reverse proxy. I have an ubuntu server, on it I have portainer and in it I have a planka container. As BASE_URL I chose my server IP. If I access via IP:3000, everything works. But I need to be able to access via example.com
As another container, I have nginx proxy manager, through it I always translate the ip to a subdomain, which points to the server's ip through dns and everything works. But now it doesn't work. When I enter the domain, I only get a white page. I looked through inspect and the console to see where the problem is, it says this:
Mixed Content: The page at 'https://projekt.guru-cloud.sk/' was loaded over HTTPS, but requested an insecure script 'http://projekt. guru-cloud.sk:3000/static/js/main.6e9aa304.js'. This request has been blocked; the content must be served over HTTPS.
projekt.guru-cloud.sk/:1 Mixed Content: The page at 'https://projekt.guru-cloud.sk/' was loaded over HTTPS, but requested an insecure stylesheet 'http://projekt.guru-cloud .sk:3000/static/css/main.710bf5a4.css'. This request has been blocked; the content must be served over HTTPS.
projekt.guru-cloud.sk/:1 Mixed Content: The page at 'https://projekt.guru-cloud.sk/' was loaded over HTTPS, but requested an insecure manifest 'http://projekt.guru-cloud .sk:3000/manifest.json'. This request has been blocked; the content must be served over HTTPS.
projekt.guru-cloud.sk/:1 Mixed Content: The page at 'https://projekt.guru-cloud.sk/' was loaded over HTTPS, but requested an insecure favicon 'http://projekt.guru-cloud .sk:3000/favicon.ico'. This request has been blocked; the content must be served over HTTPS.
But I don't know how to fix this. As you can see, I already changed the baseurl to the domain, but it didn't help, it keeps showing this error..... can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions