When I try to spin up the dev environment for lightning gateway, I noticed a discrepancy in the default password. In the README it lists the gateway password. as thereisnosecondbest. I also found the string thereisnosecondbest in many places in the codebase. However, this password does not work when I try to login to the UI at localhost:3004.
In the mprocs terminal, I echoed the env variable FM_GATEWAY_PASSWORD and it returned theresnosecondbest (missing the "i". This worked and let me log in to the gateway dashboard.
When I try to spin up the dev environment for lightning gateway, I noticed a discrepancy in the default password. In the README it lists the gateway password. as
thereisnosecondbest
. I also found the stringthereisnosecondbest
in many places in the codebase. However, this password does not work when I try to login to the UI at localhost:3004.In the mprocs terminal, I echoed the env variable
FM_GATEWAY_PASSWORD
and it returnedtheresnosecondbest
(missing the "i". This worked and let me log in to the gateway dashboard.