报错登录不了,不知道是什么原因

2021-07-28 05:52:34,131 [WARNING] django.request:228 log_response Not Found: /media/css/seafile-ui.map
2021-07-28 05:52:50,279 [WARNING] django.request:228 log_response Not Found: /media/css/seafile-ui.map
2021-07-28 05:52:55,458 [ERROR] django.request:228 log_response Internal Server Error: /accounts/login/
Traceback (most recent call last):
File “/opt/seafile/seafile-server-8.0.2/seahub/thirdpart/django/core/handlers/exception.py”, line 34, in inner
response = get_response(request)
File “/opt/seafile/seafile-server-8.0.2/seahub/thirdpart/django/core/handlers/base.py”, line 115, in _get_response
response = self.process_exception_by_middleware(e, request)
File “/opt/seafile/seafile-server-8.0.2/seahub/thirdpart/django/core/handlers/base.py”, line 113, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File “/opt/seafile/seafile-server-8.0.2/seahub/thirdpart/django/utils/decorators.py”, line 142, in _wrapped_view
response = view_func(request, *args, **kwargs)
File “/opt/seafile/seafile-server-8.0.2/seahub/thirdpart/django/views/decorators/cache.py”, line 44, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
File “/opt/seafile/seafile-server-8.0.2/seahub/seahub/auth/views.py”, line 95, in login
if request.user.is_authenticated():
TypeError: ‘bool’ object is not callable
2021-07-28 05:53:24,453 [WARNING] django.request:228 log_response Not Found: /media/css/seafile-ui.map
2021-07-28 05:53:39,340 [WARNING] django.request:228 log_response Not Found: /media/css/seafile-ui.map
2021-07-28 05:54:56,233 [WARNING] django.request:228 log_response Not Found: /media/css/seafile-ui.map
image

然后刷新下就好了。 我是这样的 1、内嵌至我们自己的内部系统 2、从内部系统跳转过去 3、登陆 4、关闭页面 5、再从内部系统跳转 就变成这样 但是刷新下就好了 是安全机制吗