latest chrome version requires https in case the cookie is set to secure, otherwise the cookie is not stored, which breaks the login screen in case BPA_SECURITY_ENABLED=true and the BPA is accessed via http://localhost:8080. Added a comment .env-example on how to workaround this.
ngrok v3 now requires a version field in ngrok.yml, otherwise the tunnel won't start
BPA_SECURITY_ENABLED=true
and the BPA is accessed viahttp://localhost:8080
. Added a comment .env-example on how to workaround this.