Closed JohannesFleischer closed 1 year ago
workaround, setup a https secured connection with let's encrypt for example.
That worked, but only partly Now chrome throws errors, because the application requests scripts, stylesheets etc via http but the connection is via https:
This works for Firefox, but things like login seem to be via http as well
Fixed it by adding
environment:
- BASE_URL=https://domain.tld
to the docker-compose.yml
Similar to 309
After creating a new instance, the login button throws in Firefox and Chrome an error:
Firefox:
Chrome:
Does not happen on my local machine (Ubuntu 22.04) with the same procedure
What is the version of Jorani?
v1.0.2
Expected behavior
Successful login
Actual behavior
Error on login click
Steps to reproduce the behavior
docker compose up -d