Cannot login to web after clear auth data

docker image

homeassistant/raspberrypi3-homeassistant   latest              7d978a2d4700        7 days ago          1.02GB

docker container error:

2021-03-02 23:28:51 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 422, in _handle_request
    resp = await self._request_handler(request)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 499, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 118, in impl
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 56, in security_filter_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 18, in request_context_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 129, in auth_middleware
    return await handler(request)
  File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle
    result = await result
  File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 83, in handle_req
    resp = await func(view, request, *args, **kwargs)
  File "/usr/src/homeassistant/homeassistant/components/auth/__init__.py", line 255, in post
    return await self._async_handle_auth_code(hass, data, request.remote)
  File "/usr/src/homeassistant/homeassistant/components/auth/__init__.py", line 316, in _async_handle_auth_code
    refresh_token = await hass.auth.async_create_refresh_token(
  File "/usr/src/homeassistant/homeassistant/auth/__init__.py", line 423, in async_create_refresh_token
    return await self._store.async_create_refresh_token(
TypeError: async_create_refresh_token() takes from 1 to 6 positional arguments but 7 were given

mistake update, update ha dokcer image to latest but third part component not updated ,and cause auth error

Hello,
How did you realize that the third part component did not update?

I also encountered the same problem, how did you fix it?