We have a heroku review app pipeline configured with github integration. Currently, every time after a new app is created, we have to go in and manually disable
I'm hosting on Heroku. When I push: git push master Heroku I get the error: error: src refspec master does not match any. error: failed to push some refs to 'g
I have tried my best to debug this issue for the past few days with no luck. I am a beginner so there could totally be simple things I just didn't know. So I ha
For my application's backend I'm trying to host in on heroku. After creating a new app on heroku I've followed all the steps that it showed me and it was deploy
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 am trying to deploy a fast API todo app onto Heroku by container registry. When I build the docker image and run it in my local. I am able to access my swagge
beginner here learning how to push a project to production. I am pushing my ReactJS app that has a server side and client side to Heroku and have the following
I'm making an E-commerce website using django and web(HTML/CSS/Js). I'm planning to host the app on Heroku, so for that, I'll need to create some files and do m
So I'm working on hosting a project and on my Heroku dashboard it says it's live, but every time I try to access it I get a 500 Server Error, even when trying t
I'm seeing this error as of today, was working yesterday and prior to that as well. Can't see that anything has changed in the Heroku documentation that might c
Have anyone deployed Spring Boot app to DigitalOcean droplet? I have previously created app on Heroku.com, where I also ordered MySQL Database and deployed my W
I am trying to deploy a webapp using Heroku and it get deployed but it gives internal server error when I try to open it. The complete log as from heroku logs -
I have the following application which works locally on my pc but doesn't work on heroku. I get an application error from dash import html from dash import dcc
I have deployed my mern stack to heroku with this code: import express from "express"; import path from "path"; const app = express(); const port = process.env
I tried to run the web-assembly of this https://github.com/syncfusion/blazor-showcase-appointment-planner in Heroku. I added the buildpack https://github.com/ji
I have few images in my SQLite database which I will be changing from admin panel over a period of time. I have hosted the django app in heorku(free service). A
I deployed a FastAPI based backend on Heroku and whenever I query the url via cURL or Postman, it works fine. However, when it queried from a chrome extension (
I am working on a django project, writing rest APIs with django rest framework to use them in android application, my main idea is develop back end in django an
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