openblocks-dev / openblocks

🔥 🔥 🔥 The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.67k stars 335 forks source link

Heroku container deployment #386

Open SemenNag opened 1 year ago

SemenNag commented 1 year ago

Hi team,

There is a problem with an image for Heroku deployment encountered. I'm following the guidelines described here: https://docs.openblocks.dev/self-hosting/heroku

After the attempt to deploy and release the app, Heroku container is complaining on the missing directory.

app[web.1]: Init mongoDB app[web.1]: Init configuration app[web.1]: yml configuration not exist pp[web.1]: Error: The directory named as part of the path /openblocks-stacks/logs/node/node.log does not exist in section 'program:node' (file: '/etc/supervisor/conf.d/node.conf') app[web.1]: For help, use /usr/bin/supervisord -h heroku[web.1]: Process exited with status 2

Any advice on that? Thank you in advance