runtime error

Exit code: 1. Reason: args: Any, **cparams: Any) -> DBAPIConnection │ │ 629 │ │ # inherits the docstring from interfaces.Dialect.connect │ │ ā± 630 │ │ return self.loaded_dbapi.connect(*cargs, **cparams) # type: │ │ 631 │ │ │ 632 │ def create_connect_args(self, url: URL) -> ConnectArgsType: │ │ 633 │ │ # inherits the docstring from interfaces.Dialect.create_conne │ │ │ │ /app/.venv/lib/python3.14/site-packages/psycopg2/__init__.py:122 in connect │ │ │ │ 119 │ │ kwasync['async_'] = kwargs.pop('async_') │ │ 120 │ │ │ 121 │ dsn = _ext.make_dsn(dsn, **kwargs) │ │ ā± 122 │ conn = _connect(dsn, connection_factory=connection_factory, **kwas │ │ 123 │ if cursor_factory is not None: │ │ 124 │ │ conn.cursor_factory = cursor_factory │ │ 125 │ ╰──────────────────────────────────────────────────────────────────────────────╯ OperationalError: (psycopg2.OperationalError) connection to server at "aws-1-eu-west-1.pooler.supabase.com" (18.202.64.2), port 5432 failed: FATAL: (ENOTFOUND) tenant/user postgres.rkcwcgwiuazgzbklbhkm not found connection to server at "aws-1-eu-west-1.pooler.supabase.com" (18.202.64.2), port 5432 failed: FATAL: (ENOTFOUND) tenant/user postgres.rkcwcgwiuazgzbklbhkm not found (Background on this error at: https://sqlalche.me/e/20/e3q8)

Container logs:

Fetching error logs...