Hi there,
I'm trying to run the mrio-viewer and have hopefully followed the steps listed on the readme properly. However, after downloading the necessary dependencies and opening the docker container in a browser, I run into this error: An error has occurred
The application failed to start.
The application exited during initialization.
Going into the shiny error logs I see this message:
Error in postgresqlNewConnection(drv, ...) :
RS-DBI driver: (could not connect app@ioviz_db:5432 on dbname "fabio": FATAL: password authentication failed for user "app"
)
Calls: runApp ... -> -> postgresqlNewConnection
Execution halted
I copied the .Renviron file from the Readme directly:
db_host=ioviz_db
db_port=5432
db_name=fabio
db_user=app
db_password=appuserpassword
Thus, I am confused as to what the proper password is, or if there was a step I messed up setting up the docker image.
Thank you for all your help!
Hi there,
I'm trying to run the mrio-viewer and have hopefully followed the steps listed on the readme properly. However, after downloading the necessary dependencies and opening the docker container in a browser, I run into this error: An error has occurred
The application failed to start.
The application exited during initialization.
Going into the shiny error logs I see this message:
Error in postgresqlNewConnection(drv, ...) :
RS-DBI driver: (could not connect app@ioviz_db:5432 on dbname "fabio": FATAL: password authentication failed for user "app"
)
Calls: runApp ... -> -> postgresqlNewConnection
Execution halted
I copied the .Renviron file from the Readme directly:
db_host=ioviz_db
db_port=5432
db_name=fabio
db_user=app
db_password=appuserpassword
Thus, I am confused as to what the proper password is, or if there was a step I messed up setting up the docker image.
Thank you for all your help!