SBIR-EZ currently is able to start even if the database connection fails. Instead, the system should either fail to start or should display a warning page that the database connection is down.
Steps to recreate:
Setup postgres database but don't give local access
Install and Start SBIR-EZ
Observe that Unable to connect to the database: [Error: error: password authentication failed for user "<your user name>"] shows in the terminal after starting SBIR-EZ but one is still able to navigate the site.
SBIR-EZ currently is able to start even if the database connection fails. Instead, the system should either fail to start or should display a warning page that the database connection is down.
Steps to recreate: Setup postgres database but don't give local access Install and Start SBIR-EZ Observe that
Unable to connect to the database: [Error: error: password authentication failed for user "<your user name>"]
shows in the terminal after starting SBIR-EZ but one is still able to navigate the site.