```root@ee43e6572072:/opt# psql -U demouser -W Pas...
# gd-beginners
v
Copy code
root@ee43e6572072:/opt# psql -U demouser -W
Password:
psql: error: FATAL:  Peer authentication failed for user "demouser"
m
v
Thanks Michael. I’m able to spin up the Web app
then I followed this article to connect to the demo datasource https://www.gooddata.com/developers/cloud-native/doc/cloud/getting-started/connect-data/
image.png
here is the log on backend
Copy code
gooddata  | 192.168.64.1 - - [06/Oct/2022:13:11:31 +0000] "POST /api/v1/actions/dataSource/test HTTP/1.1" 403 0 "<http://localhost:4000/modeler/>" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15"
I’m able to connect to the demo db
image.png
m
Sorry for the late reply Vu - I’m glad to hear you were able to connect to the demo db 👍
v
thanks Michael