Hi,
i am using seafile docker 8.0.3 behind an additional nginx reverse proxy to bind also other docker containers to port 80/443
When i want to see a file history in seahub…
I get the following Errormessage in the Webbrowser:
when i looked at seahub.log i saw the following errormessage:
2021-02-16 10:45:18,178 [ERROR] django.request:228 log_response Internal Server Error: /repo/file_revisions/ae164057-8cc4-4c3c-82de-2858e7d0df7c/
Traceback (most recent call last):
File “/opt/seafile/seafile-server-8.0.3/seahub/thirdpart/django/core/handlers/exception.py”, line 34, in inner
response = get_response(request)
File “/opt/seafile/seafile-server-8.0.3/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.3/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.3/seahub/seahub/auth/decorators.py”, line 27, in _wrapped_view
return view_func(request, *args, **kwargs)
File “/opt/seafile/seafile-server-8.0.3/seahub/seahub/views/init.py”, line 779, in file_revisions
suffix_list = seafevents_api.get_file_history_suffix()
AttributeError: ‘NoneType’ object has no attribute ‘get_file_history_suffix’
I also tried to downgrade back to 7.1.5 - but that had no effect to this problem.
Can anyone confirm this bug or tell me what i have to change to avoid this problem?