I’m trying to install datagerry using docker compose. When I configure nginx with ssl, I see the following message:
“If you see this message, the frontend cannot find a connection to DATAGERRY. Probably there is a problem with your backend instance. You can try to connect manually. Otherwise notify your administrator.”
and connection status “DISCONNECTED”
When I specify the server address (192.168.1.123:443) in the connection details fields, the connection status becomes “CONNECTED” and I can continue working. But this must be specified in each browser.
Connection to 192.168.1.123:4000 works fine.
Please tell me where in the settings or ENV variables I need to specify the address to avoid this problem.
The DataGerry frontend remains DISCONNECTED until the user enters the backend server URL on the connection page. That needs to be done only once per browser—once set, the same browser will remember it for future sessions.
I’ve spoken with our package team and it turns out there’s currently an issue with our SSL setup. We’re actively fixing it and will resolve this as soon as possible. In the meantime, please use the HTTP (non-SSL). Thanks for your patience!
I started to use DataGerry 3.1, and I still get the “connection” page stated above.
What is the reason for getting this page ? Can you please give me a detailed guideline how to avoid getting it ? is it related to some missing SSL configuration in nginx ?