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
Trying to set up the b2b starter with an existing database instance that has different credentials (username, password) but it throws an error. (see the screenshot below)
Clone the repository and run yarn install && yarn setup
Expected behavior
It should to prompt me to enter the database credentials then the database name then complete the setup.
Screenshots
The text was updated successfully, but these errors were encountered:
abusarah-tech
changed the title
Setting up the starter with different database credentials
Problem at setting up the starter with different database credentials
Oct 29, 2024
Additionally it would be nice to provide a docker-compose.yml file to start with in this case. This is the docker-compose.yml file that I used to circumvent the problem for now.
Bug report
Describe the bug
Trying to set up the b2b starter with an existing database instance that has different credentials (username, password) but it throws an error. (see the screenshot below)
System information
Node.js version: v22.8.0
Database: Postgres 14
Operating system: WSL (Ubuntu 22.04)
Steps to reproduce the behavior
yarn install && yarn setup
Expected behavior
It should to prompt me to enter the database credentials then the database name then complete the setup.
Screenshots
The text was updated successfully, but these errors were encountered: