Can't update Home Assistant access token!

I installed hass by docker, but I found this version had no supervisor , so I follow https://github.com/home-assistant/supervised-installer this link to install supervisor .
when I finished, i found this error

Feb 23 15:20:12 raspberrypi 89903b8ecd81[18573]: 22-02-23 15:20:12 ERROR (MainThread) [supervisor.homeassistant.api] Can't update Home Assistant access token!
Login attempt or request with invalid authentication from 172.30.32.2 (172.30.32.2). (HomeAssistantSupervisor/2022.01.1 aiohttp/3.8.1 Python/3.9)

the configuration.yaml is

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Is your IP address 172.30.32.2 correct? It should point to your local IP-address:8123 or else try to reboot

Hello, I seem to be stuck on the same problem. Did you manage to resolve it?