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
Hi, first of all thanks for all the time you spend on improving this project.
CONTEXT:
I have followed the "Getting Started" guide and after launching the app for develop and enter localhost:3000 I get the following error:
couldn't start a new transaction: could not create new transaction: pq: role "postgres" does not exist
Seems that I need to configure the database in order for it to work.
MY PROPOSAL:
Change the Getting started guide to either launch a docker image for the database or creating the project without the need of a database. Both will improve significantly the user experience when facing this project.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, first of all thanks for all the time you spend on improving this project.
CONTEXT:
I have followed the "Getting Started" guide and after launching the app for develop and enter localhost:3000 I get the following error:
couldn't start a new transaction: could not create new transaction: pq: role "postgres" does not exist
Seems that I need to configure the database in order for it to work.
MY PROPOSAL:
Change the Getting started guide to either launch a docker image for the database or creating the project without the need of a database. Both will improve significantly the user experience when facing this project.
Thanks
The text was updated successfully, but these errors were encountered: