|
hi, I just were able to get into the webinterface: #615 but now next problem, I can't login with the default user "demo@dawarich.app" and "password". the site is just refreshing and I see the login-formular again. No error, nothing... Any idea ? With the same docker-compose.yml on my windows-computer with localhost it works... Maybe there is a problem ? I am using a domain. |
Replies: 4 comments 6 replies
|
Log of dawarich_app container after trying to login: |
|
I think it did not like the unescaped |
|
My guess would be that your reverse proxy does not set the X-Forwarded headers correctly ( Also seems like so maybe also try setting |
InvalidAuthenticityToken (HTTP Origin header (https://dawarich.domain.tld) didn't match request.base_url (http://dawarich.domain.tld)):Notice
httpsvs.httpMy guess would be that your reverse proxy does not set the X-Forwarded headers correctly (
X-Forwarded-Host,X-Forwarded-Port,X-Forwarded-Proto)Also seems like
APPLICATION_HOSTis still in use in the program codedawarich/config/environments/development.rb
Line 89 in 039c4ef
so maybe also try setting
APPLICATION_HOSTto your domain andAPPLICATION_PROTOCOLtohttp