-
Notifications
You must be signed in to change notification settings - Fork 334
Closed
Labels
bugThings that should work, but don’tThings that should work, but don’t
Description
Just downloaded Aleph, and changed the configuration file according to the installation guide
And start the container with docker-compose up -d
The problem is with the API container where I get the error of 'aleph.manage' has no attribute 'app' and here after it shutsdown.
Aleph version
3.15.5
Additional context
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/gunicorn/util.py", line 414, in import_app
app = getattr(mod, name)
AttributeError: module 'aleph.manage' has no attribute 'app'
Failed to find attribute 'app' in 'aleph.manage'.
[2024-02-03 08:09:01 +0000] [9] [INFO] Worker exiting (pid: 9)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThings that should work, but don’tThings that should work, but don’t