Closed Whisper40 closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am writing this here in case it happens to anyone. It seems there is a problem and if you fill in the "SUPERUSER_EMAIL" or "SUPERUSER_PASSWORD" fields, the application will not start. Simply leave them blank and then create an account (you must configure an smtp server).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is still an issue. I just had the same problem
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Still an issue
As this issue is nearly a year old and you aren't the original poster @besendorf - please can you provide compose info + container logs + hardware info? Thanks
@besendorf I ran into that issue myself and was able to resolve it.
Attached the container: docker exec -it healthchecks /bin/bash Changed into settings directory: /app/healthchecks/hc Opened local_settings.py
Changed CSRF_TRUSTED_ORIGINS = [ ""]
to
CSRF_TRUSTED_ORIGINS = [ 'http://localhost','http://192.168.1.0/24',]
Restarted the container.
Hope that also works for you.
This seemed to do the trick for me. Could this be incorporated in the image directly? @j0nnymoe ?
It's prominently displayed in the readme https://github.com/linuxserver/docker-healthchecks#note-on-csrf_trusted_origins
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is locked due to inactivity
Expected Behavior
I should be able to connect to the interface
Current Behavior
I was registering my account after the first init, then it throws no such table: django_session
Steps to Reproduce
Environment
OS: Docker CPU architecture: x86_64 How docker service was installed:
Command used to create docker container (run/create/compose/screenshot)
Docker logs