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...