[Docker] Search not working in 3.4.1
Mayan Version: 3.4.1 Environment: Docker mayanedms/mayanedms:latest
After entering anything in the search box the page returns
Not Found
Menus on top and left still visible
Error seen in Log:
mayan.apps.navigation.classes <41> [ERROR] "resolve() line 190 Error resolving link "Search again" URL; Failed lookup for key [search_model] in [{'True': True, 'False': False, 'None': None}, {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x7fc008a7c510>>, 'LANGUAGES': (('ar', 'Arabic'), ('bg', 'Bulgarian'), ('bs', 'Bosnian'), ('cs', 'Czech'), ('da', 'Danish'), ('de', 'German'), ('el', 'Greek'), ('en', 'English'), ('es', 'Spanish'), ('fa', 'Persian'), ('fr', 'French'), ('hu', 'Hungarian'), ('id', 'Indonesian'), ('it', 'Italian'), ('lv', 'Latvian'), ('nl', 'Dutch'), ('pl', 'Polish'), ('pt', 'Portuguese'), ('pt-br', 'Portuguese (Brazil)'), ('ro', 'Romanian'), ('ru', 'Russian'), ('sl', 'Slovenian'), ('tr', 'Turkish'), ('vi', 'Vietnamese'), ('zh-hans', 'Chinese (Simplified)')), 'LANGUAGE_CODE': 'en', 'LANGUAGE_BIDI': False, 'request': <WSGIRequest: GET '/search/results/?_search_model=documents.Document&q=test'>, 'user': <SimpleLazyObject: <User: admin>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fc008c84860>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7fc008c84b00>, 'DEFAULT_MESSAGE_LEVELS': {'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}}, {}, {'request_path': '/search/results/', 'exception': "'No search model matching the query'", 'facet_menus_link_results': [{'link_groups': [{'object': 'search:results', 'links': [<ResolvedLink: #>, <ResolvedLink: #>]}], 'menu': <Menu: facet>}], 'check_sqlite': None, 'missing_items': [], 'settings_changed': False, 'impersonated_user': False}]"
Have tried restarting docker and reinstalling container image.
Have not tried regressing to previous version.