When deploying LinkForty in a self-hosted environment using Docker Compose, the API service fails to start and returns the following error:
{"statusCode":500,"code":"42P01","error":"Internal Server Error","message":"relation "organizations" does not exist"}
The application becomes inaccessible, and the error appears consistently when the API attempts to query the organizations table. This seems to indicate that the required database table is missing, possibly due to migrations not running automatically during the self-hosted setup.
When deploying LinkForty in a self-hosted environment using Docker Compose, the API service fails to start and returns the following error:
{"statusCode":500,"code":"42P01","error":"Internal Server Error","message":"relation "organizations" does not exist"}
The application becomes inaccessible, and the error appears consistently when the API attempts to query the organizations table. This seems to indicate that the required database table is missing, possibly due to migrations not running automatically during the self-hosted setup.