So, i have python app on heroku with some “database.db” when the app is running this database is filling up.
For example i have this files in my project:
bot.py
database.db
when i make changes in bot.py and trying to push changes, my database is…
I'm following django for beginners by william vincent and i followed every step carefully and in the end while deploying my pages app on heroku, i see this application error. Please guide me, I'm a beginner in programming.
here in the image you can…
I am struggling to understand git & heroku. I have created a nodejs server, pushed it to my github account. I've made a few changes, pulled again, pushed again, and so on.
Now I decide to deploy it to heroku.
Here are herokus instructions:
I have…
I'm using Strapi my content management system, hosted on Heroku. However, I'd like to be able to edit content directly on the Heroku server, and pull those changes to my local environment at a later date, when more extensive CMS development is…
I am trying to upload my first Django project to Heroku and when I run my app its says this:
2020-06-01T13:39:36.641010+00:00 app[web.1]: ModuleNotFoundError: No module named 'Personal_Website'
2020-06-01T13:39:36.641135+00:00 app[web.1]:…
I have made a Python Application and uploaded it in github.
Then i made a heroku app ad connected to the github repository.'
There is a data.json in my application repository that keeps some info. While application is running the application works…
I manage to deploy a Scala Play 2.7 App that uses Postgres but it doesn't run with error:
(base) bravegag@Zeus:~/code/myapp$ heroku open
› Error: Missing required flag:
› -a, --app APP app to run command against
› See more help with…
I have deployed my Flask python application on Heroku. The problem is that in one line of my python code I must open an HTML file (where some javascript gets executed).
Obviously, it locally works in my mac, but in Heroku it doesn't' seem to…
I have an app in Heroku which is reaching the 10K rows cap so I have to upgrade my Heroku DB, but I have a couple of doubts regarding this and I wan't to be completely sure about what I'm doing before doing anything to the production DB.
First of…
I want to use an expect script to run an SSH command on Heroku dynos (for example: Get IP of Heroku dynos)
The exact output when logging into the dyno is:
▸ heroku-cli: update available from 6.12.9 to 6.14.21-d83c94b
Establishing credentials...…
I'm running an app on heroku . But unfortunately very recently I lost my files on my hdd and now I'm trying to clone back my backend on my hard drive.
i tried to run the following from heroku cli to clone my app onto my local machine:
heroku…
ERROR: Command errored out with exit status 1
ERROR: "Failed building wheel for backports.zoneinfo",
ERROR: "Could not build wheels for backports.zoneinfo",
which is required to install pyproject.toml-based projects
Push rejected, failed to compile…
I followed the steps by uploading my website to Heroku, but I can't open my website. Any idea?
I get this error:
Application Error An error occurred in the application and your page
could not be served. Please try again in a few moments.
If you are…
My project doesn't involve any private information, so I don't care about vulnerabilities.
I am certain that the connection between the App/server and the DB is the problem.
I tried to looking on Youtube and on Google, but the answers were outdated…