Could not load js config file config/database.js: Cannot read property ' charAt' of undefined

The problem here is the ENV variable DATABASE_URL is not available during build time. You need to configure your App spec on DO and set the key to RUN_AND_BUILD_TIME

Bildschirmfoto 2021-10-10 um 17.53.13

6 Likes