Open 1manprojects opened 3 years ago
Tried to install today as well and received the same exact error.
You are trying to login to the user area. The admin area is where the username and password is for. If you go to http://localhost:8080/scp/ (don't forget the trailing slash) otherwise it will redirect you to http://localhost/scp and it wont work.
Followed the install via docker compose, even added ADMIN_USERNAME and ADMIN_PASSWORD to the compose for the osticket and mysql sections, still refusing to allow login to 192.168.x.x:8080/scp/ for any reason. the terminal comes back with HTTP code 200 every time, but failing to log in.
After following the Quick-Start guide it is not possible to login into osTicket.
Steps to Reproduce:
docker run --name osticket_mysql -d -e MYSQL_ROOT_PASSWORD=secret \ -e MYSQL_USER=osticket -e MYSQL_PASSWORD=secret -e MYSQL_DATABASE=osticket mariadb
docker run --name osticket -d --link osticket_mysql:mysql -p 8080:80 osticket/osticket
Expected behavior: admin user schould be able to login
Actual behavior: Every login attempt will be denied. Every post request to http://localhost:8080/login.php will return a 422 Unprocessable Entity
Logs of osTicket