I am using Xibo 2.1.0 docker on ubuntu 16.04. Whenever I run the remote cms docker. Everything works perfectly, the cms get connected to mysql 5.6, it creates the database and I can see the login page. However, when I want to login using the username and password, it says “Sorry the form has expired. Please refresh.”
no matter what username or password I put into the input fields.
It seems that CSRF token signing is not working in remote mysql cms.
Do you have any idea what should I do?