Search Results
8/1/2025, 9:27:16 PM
Having issues with getting LibrePhotos working. When i go to domain.com:3001 (the port i set), i see a login screen but get http 500 errors about the /api/firsttimesetup/. When i inspect the docker backend logs i see some stuff like this, but not sure whats going on
File "/usr/local/lib/python3.12/dist-packages/psycopg/cursor.py", line 97, in execute
raise ex.with_traceback(None)
django.db.utils.ProgrammingError: relation "api_user" does not exist
LINE 1: SELECT 1 AS "a" FROM "api_user" WHERE "api_user"."is_superus..
File "/usr/local/lib/python3.12/dist-packages/psycopg/cursor.py", line 97, in execute
raise ex.with_traceback(None)
django.db.utils.ProgrammingError: relation "api_user" does not exist
LINE 1: SELECT 1 AS "a" FROM "api_user" WHERE "api_user"."is_superus..
Page 1