Hi -
This may not be dash specific though related. I’m trying to deploy my very first dash app on Heroku. I’m using a Windows machine and it seems that much of the Heroku documentation and tutorial(s) here/online are suited towards a Unix machine. I was able to successfully complete my build on Heroku and deploy it but then the application doesn’t successfully load when I go to launch it. I’m getting a lot of different application crashing / memory issues via the logs which I’m finding difficult to debug since they are not clear to me.
Nonetheless, I’m wondering if there’s anything specifically different I need to do for Windows with the Profile
or other necessary files. Currently I have a Profile
with web: gunicorn app:server
and I also have the gunicorn
in my requirements.txt