Hey Team,
I am setting up openwisp for my company and we decided to go with docker-openwisp. So I cloned the github repo and ran make start but openvpn container was throwing "unhealthy" error. So I pulled up a new fresh instance and cloned the repo and ran docker compose up -d and it worked now and it showed openvpn container was healthy this time. Then I edited .env file to enter my custom domain, then saved it and got the login page on that domain. But when I enter admin : admin as it is the default credentials so it redirects back to login page (looked at network tab, /admin has 302).
So I created a new instance and used auto_install.sh script and only changed custom dashboard domain, and when I got login page, the same error occurred,
Please help me out, I dont know if this error is on my side or openwisp side.