I'm trying to deploy a django application on Heroku, but when it comes to the part where I need to create a superuser, I get an error: Traceback (most recent ca
so I tried a few suggestions that were mentioned in this link -https://stackoverflow.com/questions/47446480/how-to-use-google-api-credentials-json-on-heroku. fi
On my computer it works fine, but when I try to host it on Heroku it gives this error /app/node_modules/slash-create/lib/command.js:21 throw new Error('The base
I have created app into Heroku. then I made a clone and added some codes. then I pushed in Heroku. after deploying successfully I tried to push my codes in the
I am trying to push a django project to heroku. heroku create worked fine but when trying to push to heroku main I get the following error. ''' Enumerating obje
I have a Vue, Django integrated project. I hosted the Vue project on Netlify and the Django project on Heroku. A python script (integrated into Heroku) is calle
I'm kinda new but what I did so far was the following: Created Redis cloud account, set it up on RedisInsight on my computer. Heroku was fully deployed, went to
I have deployed an app on Heroku that contains a form. When someone submits the form, the content of the form is stored in an Atlas MongoDB database. This works
I just deployed a Flutter Web App on Heroku. I used https://github.com/diezep/heroku-buildpack-flutter as the buildpack and it deployed beautifully. My Flutter
I simply want to connect to my GitHub account. When I do it, I get this error message as a small red pop up on the upper right side of the pag
I simply want to connect to my GitHub account. When I do it, I get this error message as a small red pop up on the upper right side of the pag
For some odd reason (i have been deployed on Heroku for around 1.5 years) my instance decided to throw a weird error regarding not finding 'mongoose' after atte
I need to deploy an existing web application to Heroku using Docker and it expects the port to be passed as APPNAME_PORT and not PORT. I know I can rebuild the
To launch my discord bot, I followed the way using Heroku but... In Heroku, main.py is on, but my discord bot still offline. I tried to change main.py with the
Currently seeing the following in the heroku logs for the deployed herokuapp.com 2021-07-18T14:29:18.171160+00:00 heroku[web.1]: Idling 2021-07-18T14:29:18.1733
I can't figure out what is the problem with heroku, I've spent 2 days trying to figure out what this error means to no avail. 2021-07-18T04:27:08.741998+00:00
What I have: I've a Flask web app deployed to Heroku's server, which consists of only one web process app.py. Here it is: #importation from flask import Fla
I am trying to deploy my node.js app for weeks but I am not able to deploy it, Please can someone please help me to deploy this, I have done everything, but sti
I am deploying my django application on heroku. but when installing the modules from the requirement.txt file, it returns an error on the "Paydunya" module. I a
Setup: Ruby 2.5.9, Rails 5.2.2, Heroku-18, Postgres Issue: I'm running a task on my Heroku staging database which compares data from two different databases (bo