Hi,
I am receiving this error, when I open my site.
This one is a docker production setup, where for SSL. I used TRAEFIK.
I don’t get what is the issue, container is running. the site also redirect to https.
At first login page show without any issue. when clicking login redirect to this,
Even I see this screen my URL is redirect to https
Ref doc:
Summary
ERPNext is an open-source ERP system that helps businesses manage their operations efficiently. This guide will walk you through the process of installing ERPNext version 15 on your server using Docker.
[NewProject]
Prerequisites:
Before you begin, ensure you have the following prerequisites in place:
Operating System: Linux (Ubuntu 20+ recommended)
Python: Version 3.10.12+
Node.js: Version 18.x+
MariaDB: Version 10.6+
Redis: Latest version
Docker: Latest version
App Confi…
https://github.com/frappe/frappe_docker/blob/main/docs/single-server-example.md
Check the traefik container logs, it’ll have reason why it couldn’t generate letsencrypt certificate.
1 Like
Thank you @revant_one ,
I checked with the container logs,
I receive 499 ( client closed request ) status code, which is some time works.