[SOLVED] Firezone crashing after upgrading to 0.7.25

Hi, I upgraded Firezone from 0.7.13 to 0.7.25, and now it is failing with the below message, the Firezone container seems to get restarted.

Crash dump is being written to: erl_crash.dump...done
Creating WireGuard interface wg-firezone
Adding route 100.64.0.0/10 for interface wg-firezone
ERROR! Config provider Config.Reader failed with:
** (RuntimeError) Invalid configuration for 'wireguard_ipv4_address' retrieved from environment variable WIREGUARD_IPV4_ADDRESS.

Errors:

 - `%Postgrex.INET{address: {64768, 0, 0, 0, 0, 0, 0, 1}, netmask: nil}`: is not a supported IP type
    lib/fz_http/config/errors.ex:10: FzHttp.Config.Errors.raise_error!/1
    /app/releases/0.7.25/runtime.exs:52: (file)
    (elixir 1.14.3) src/elixir.erl:309: anonymous fn/4 in :elixir.eval_external_handler/1
    (stdlib 4.2) erl_eval.erl:748: :erl_eval.do_apply/7
    (stdlib 4.2) erl_eval.erl:961: :erl_eval.expr_list/7
    (stdlib 4.2) erl_eval.erl:290: :erl_eval.expr/6
    (stdlib 4.2) erl_eval.erl:282: :erl_eval.expr/6
    (stdlib 4.2) erl_eval.erl:283: :erl_eval.expr/6

Relevant IP settings from the .env file:

WIREGUARD_IPV4_NETWORK=100.64.0.0/10
WIREGUARD_IPV4_ADDRESS=100.64.0.1
WIREGUARD_IPV6_NETWORK=fd00::/106
WIREGUARD_IPV4_ADDRESS=fd00::1

Ok, just noticed the updated .env reference, I commented the Wireguard config and now admin portal is opening, had to generate new client config as the older ones were not working.