You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
The database container fails on its initial launch, which causes a chain of issues resulting in osintbuddy authentication to fail since Casdoor relies on a working database.
How to Reproduce:
Launch OSB ./launch start
Run ./launcher logs db
Find that it's causing Casdoor and frontend authentication to also fail.
Expected behavior:
Postgres should launch and the queries should execute without error.
The log output is large. A snippet of the error causing the Postgres database to fail during its launch sequence:
2024-04-16 09:14:24.538 UTC [35] FATAL: zero-length delimited identifier at or near """" at character 12
2024-04-16 09:14:24.538 UTC [35] STATEMENT: ALTER USER ""postgres"" WITH PASSWORD E'"password"';
Bug Description:
The database container fails on its initial launch, which causes a chain of issues resulting in osintbuddy authentication to fail since Casdoor relies on a working database.
How to Reproduce:
./launch start./launcher logs dbExpected behavior:
Postgres should launch and the queries should execute without error.
Screenshots & Logs:
https://paste.c-net.org/PraisesWarriors
The log output is large. A snippet of the error causing the Postgres database to fail during its launch sequence:
Environment:
Additional context:
...