Last active
January 10, 2021 08:55
-
-
Save tmp27017/b4938164dbc02d01612a8a9381192050 to your computer and use it in GitHub Desktop.
CSRF Token error on login Zammad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker exec -it zammad-docker-compose_zammad-railsserver_1 bash | |
rails c | |
Setting.get('http_type') | |
=> "https" | |
Setting.set('http_type','http') | |
quit | |
exit | |
docker-compose down | |
docker-compose up -d | |
https://github.com/zammad/zammad-docker-compose/issues/168#issuecomment-659439119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment