You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
I am trying to start wallet-api-1 , but I am keep getting this error PSQLException: FATAL: role "waltid" does not exist
Basically: wallet-api container cannot connect to the PostgreSQL database due to a missing PostgreSQL role (waltid). The error FATAL: role "waltid" does not exist indicates that the waltid user role, which is required to establish the database connection, does not exist in the PostgreSQL instance. This issue prevents the wallet-api service from initializing and causes it to exit with an error
confusing part is I am seeing waltId rol (superUser) and waltId db inside the PostgreSQL instance running inside the Docker container.
I am trying to start wallet-api-1 , but I am keep getting this error PSQLException: FATAL: role "waltid" does not exist
Basically: wallet-api container cannot connect to the PostgreSQL database due to a missing PostgreSQL role (waltid). The error FATAL: role "waltid" does not exist indicates that the waltid user role, which is required to establish the database connection, does not exist in the PostgreSQL instance. This issue prevents the wallet-api service from initializing and causes it to exit with an error
confusing part is I am seeing waltId rol (superUser) and waltId db inside the PostgreSQL instance running inside the Docker container.


