runtime error

Exit code: 3. Reason: ption: Traceback (most recent call last): File "/home/user/.local/lib/python3.11/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/fastapi/routing.py", line 203, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/fastapi/routing.py", line 203, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/fastapi/routing.py", line 203, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/app/main.py", line 263, in lifespan await connect_db() File "/app/app/core/database.py", line 7, in connect_db await db.connect() File "/home/user/.local/lib/python3.11/site-packages/prisma/_base_client.py", line 442, in connect await self._internal_engine.connect( File "/home/user/.local/lib/python3.11/site-packages/prisma/engine/_query.py", line 350, in connect await self.spawn(file, timeout=timeout, datasources=datasources) File "/home/user/.local/lib/python3.11/site-packages/prisma/engine/_query.py", line 389, in spawn raise errors.EngineConnectionError('Could not connect to the query engine') from last_exc prisma.engine.errors.EngineConnectionError: Could not connect to the query engine ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...