sudo docker compose logs teslamateapi
teslamateapi-1 | 2026/04/17 13:08:00.435728 [info] TeslaMateApi running in release mode.
teslamateapi-1 | 2026/04/17 13:08:00.441654 [info] initAuthToken - environment variable API_TOKEN is set and good.
teslamateapi-1 | 2026/04/17 13:08:00.441695 [error] getAllowList error with COMMANDS_ALLOWLIST: allow_list.json not found and will be ignored
teslamateapi-1 | 2026/04/17 13:08:00.441774 [info] mqtt connecting...
teslamateapi-1 | 2026/04/17 13:08:00.442572 [info] mqtt connected.
teslamateapi-1 | 2026/04/17 13:08:00.442762 [info] subscribed to: teslauieemate/cars/#
teslamateapi-1 | 2026/04/17 13:08:19.812180 [error] TeslaMateAPICarsV1 - (/api/v1/cars?token=&&&&&&). Unable to load cars.; sql: Scan error on column index 11, name "spoiler_type": converting NULL to string is unsupported
teslamateapi-1 | 2026/04/17 12:56:01.985893 [error] TeslaMateAPICarsV1 - (/api/v1/cars?token=&&&&&&). Unable to load cars.; sql: Scan error on column index 10, name "exterior_color": converting NULL to string is unsupported
and it can't pop up login window with basic-auth in .yml file.