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 has been archived by the owner on Nov 9, 2019. It is now read-only.
Hello @kieusonlam -- After exchanging messages with you about @lyquocnam's feathers-nuxt website project, I found your project for using feathers-nuxt with postgres. I was able to get your project up and running except for the error I'm getting for "password authentication failed for user "postgres".
Do you mind offering direction for getting around this error?
Thanks... Jim
The text was updated successfully, but these errors were encountered:
Do you have postgres intalled on your computer? If you did You can change the default config file here: https://github.com/kieusonlam/feathers-nuxt-starter/blob/master/config/default.json
on this line "postgres": "postgres://postgres:postgres@localhost:5432/lamkieu", postgres:postgres is your username:password of your postgres database lamkieu is the database name. And it should be work fine.
Hello Lam Kieu,
First of all, thank you for the tip for correcting my postgres config. The
project works now.
But most of all, many thanks for pointing me to your "kieusonlam" project.
I got it up and running as well. It looks amazing! I'm certain I'll advance
my feathersjs-nuxtjs skills much faster using your project as a reference.
Take care. I really do appreciate your responsiveness and your helping me
advance my knowledge by answering my questions and sharing your projects.
Regards... Jim
ᐧ
Hello @kieusonlam -- After exchanging messages with you about @lyquocnam's feathers-nuxt website project, I found your project for using feathers-nuxt with postgres. I was able to get your project up and running except for the error I'm getting for "password authentication failed for user "postgres".
Do you mind offering direction for getting around this error?
Thanks... Jim
The text was updated successfully, but these errors were encountered: