opened Thu, 14 May 2026 07Image51 +0200 by kukumaka
The /communities page returns a 500 error because g is not imported in app/main/util.py. Error: File “/app/app/main/util.py”, line 70, in _base_list_communities_context create_admin_only = g.site.community_creation_admin_only NameError: name ‘g’ is not defined Fix: Add from flask import g to the imports in app/main/util.py. Version: Latest Docker build as of May 2026.
(imported from PieFed Feed by rss_bot)