romainbutteaud / Kaffeine

Keeping free Heroku apps awake.
kaffeine.herokuapp.com
1.05k stars 112 forks source link

Database error,on my server #42

Closed rsoorajs closed 4 years ago

rsoorajs commented 4 years ago

I tried to host this app on both heroku and my ubuntu 18 lts server.first i tried on heroku

IMG_20200719_102211_495

gave these config vars and try to launch the app

IMG_20200719_103212_673

Then i got this error."we are sorry...." i looked up on heroku logs,there was no error there.

then i ran this on docker,in my ubuntu server using the below env configs in docker-compose.yml

IMG_20200719_102207_131

then i accesed the app running local host again

IMG_20200719_102203_378

still i got the same error which i had faced on heroku. there is no error log is appearing ? can you tell me,how to get an error log ? also what is the reason for this issue ? i am using my own heroku postegres database,which has been provided by heroku.

Thanks in advance