Snapshot root directory missing while browsing
Sentry Issue: SWH-WEBAPP-5W6
AssertionError:
File "django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "django_ratelimit/decorators.py", line 27, in _wrapped
return fn(request, *args, **kw)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/web/browse/views/content.py", line 267, in content_display
content_data = _get_content_from_request(request)
File "/opt/swh/.local/lib/python3.10/site-packages/swh/web/browse/views/content.py", line 244, in _get_content_from_request
assert root_directory is not None # to keep mypy happy