runtime error
Exit code: 3. Reason: /lib/python3.11/site-packages/sqlalchemy/pool/base.py", line 674, in __init__ self.__connect() File "/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py", line 900, in __connect with util.safe_reraise(): File "/usr/local/lib/python3.11/site-packages/sqlalchemy/util/langhelpers.py", line 121, in __exit__ raise exc_value.with_traceback(exc_tb) File "/usr/local/lib/python3.11/site-packages/sqlalchemy/pool/base.py", line 896, in __connect self.dbapi_connection = connection = pool._invoke_creator(self) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/create.py", line 667, in connect return dialect.connect(*cargs_tup, **cparams) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/sqlalchemy/engine/default.py", line 630, in connect return self.loaded_dbapi.connect(*cargs, **cparams) # type: ignore[no-any-return] # NOQA: E501 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/psycopg/connection.py", line 130, in connect raise new_ex.with_traceback(None) sqlalchemy.exc.OperationalError: (psycopg.OperationalError) connection failed: connection to server at "43.202.154.182", port 5432 failed: FATAL: (ENOTFOUND) tenant/user postgres.jwxvmwcqqieqdmxkwslf not found Multiple connection attempts failed. All failures were: - host: 'aws-1-ap-northeast-2.pooler.supabase.com', port: 5432, hostaddr: '3.39.47.126': connection failed: connection to server at "3.39.47.126", port 5432 failed: FATAL: (ENOTFOUND) tenant/user postgres.jwxvmwcqqieqdmxkwslf not found - host: 'aws-1-ap-northeast-2.pooler.supabase.com', port: 5432, hostaddr: '43.202.154.182': connection failed: connection to server at "43.202.154.182", port 5432 failed: FATAL: (ENOTFOUND) tenant/user postgres.jwxvmwcqqieqdmxkwslf not found (Background on this error at: https://sqlalche.me/e/20/e3q8) ERROR: Application startup failed. Exiting.
Container logs:
Fetching error logs...