I tried to host this app on both heroku and my ubuntu 18 lts server.first i tried on heroku
gave these config vars and try to launch the app
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
then i accesed the app running local host again
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.
I tried to host this app on both heroku and my ubuntu 18 lts server.first i tried on heroku
gave these
config vars
and try to launch the appThen 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
then i accesed the app running local host again
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