-
Hi, after having created some content on the frontend, now I am paying attention to the DB & Prisma. Here is the list of actions I have already done:
Would appreciate help please? Why is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I managed to get the authentication error resolved by changing the postgres authentication from md5 to trusted for ip6, ip4 etc. Now, And |
Beta Was this translation helpful? Give feedback.
I managed to get the authentication error resolved by changing the postgres authentication from md5 to trusted for ip6, ip4 etc.
Now,
blitz db migrate
worked & I am able toblitz console
& get the records for blahblah above.However, the localhost:5432 still doesnt load (because of no backend server like Express.js?).
And
blitz studio
was missing thedb
attribute, so it runs now & opens the pagehttp://localhost:5555
, however, I get the errorthat failed spectacularly
.