chiefonboarding / ChiefOnboarding

Free and open-source employee onboarding platform. Onboard new hires through Slack or the web portal.
https://chiefonboarding.com
GNU Affero General Public License v3.0
636 stars 118 forks source link

I can't log in and can't enter the main page of the system. #446

Closed admin10101010 closed 3 months ago

admin10101010 commented 3 months ago

Using the following template, both the specified version and the test are the result of consent. After initializing the account setup, the cycle redirects to the login screen.

version: '3'

services: db: image: postgres:latest restart: always volumes:

image 1711436737672

GDay commented 3 months ago

If you are not using https, then you should set HTTP_INSECURE=True. If you don't, then the cookies won't be used, since it's not a secure connection and you will keep redirected to the login page (as you noticed). Enabling this setting is not recommended though.