Category "heroku"

Heroku application crashed: at=error code=H10 desc=“App crashed” method=GET path=“/”

*I have been trying to upload my MERN app to Heroku and have been getting these error codes. The web application will run on my local host but the application i

Getting an error when trying to deploy a react app to heroku

I'm trying to learn how to deploy a react application to heroku, but I keep getting an error message whenever I do a test run. I've been using the following co

Redeploy Heroku app without code changes

I would like to deploy a Heroku app which will be done ideally using git push -u heroku master. However this will only work if there are any pending commits to

heroku: no default language could be detected for this app

First time using Heroku. Trying to push. I have run the command: heroku create --buildpack heroku/python and it displayed $ heroku create --buildpack heroku/

Heroku Node Crash: at=error code=H10 desc="App crashed" method=GET path="/"

I am receiving the following Heroku logs when trying to deploy my node app. I cannot figure out the cause of this. I'm guessing this has to do with the favicon

How to deploy app to Heroku if you use Babel and ES6?

I am wrecking my head trying to deploy the app to Heroku. The problem is that I am using ES6 with Babel. I've found many articles about that but none of them

How to run a npm script on a deployed Heroku NodeJS app

Under scripts in package.json I have the following. 'refresh': node refresh db Is there a way to trigger this particular npm script on a NodeJS app deployed

What is this buildpack error?

I am trying to deploy a react app bootstrapped with create-react-app to heroku. The build keeps failing, and I get this error on the command line and in the bui

How to run UVICORN in Heroku?

So I have figured out how to code a fastAPI and I am ready to deploy my script to heroku that I have worked with fastAPI (https://fastapi.tiangolo.com/) however

Host heroku changes with each code loaded or when reloading the service

I have an application on heroku and I try to connect and fetch information from a remote database. I need to give permission on that remote database, informing

Can I slugignore `node_modules`, `tmp` and `storage` folders?

I want ways to reduce my slug size, and I was wondering if it will be ok to ignore those folders /node_modules, /storage, /tmp, or will that bring me some issue

How do I compile Typescript at Heroku postinstall?

Instead of uploading the precompiled dist directory, I want to compile src at server side instead. Here are my scripts inside package.json: "scripts": { "

React project crashes with many allocation failures on Heroku but runs on local dev

My React calendar app works well on a local development build but it gives many allocation failures when it's deployed to Heroku. Here is the error from the Her

Cloudflare returning 520 due to empty server response from Heroku

My Rails app which has been working great for years suddenly started returning Cloudflare 520 errors. Specifically, api.exampleapp.com backend calls return the

Failing to deploy flask tesseract app to heroku

I wanted to deploy my tesseract app to heroku but it is always 'unable to locate package tesseract-ocr' and is unable to deploy it. I was following this tutoria

Couldn't find that user

I create my account about a year ago. It was working perfectly, then I stopped using it for about 3-4 months. Then later when I tried to log in, it shows this m

Heroku error: "key must be 16 bytes" but the key I have inputted is 16 bytes

I am launching to Heroku for the first time and I am getting the error "ArgumentError: key must be 16 bytes". I have run rails credentials:edit to generate a

Fatal: 'heroku' does not appear to be a git repository

When I run git push heroku main, I'm getting this. To let you know that I this is my second project I'm trying to push to heroku. I already pushed a project fol

Error when deploying django web application with daphne: Requested setting INSTALLED_APPS, but settings are not configured

I have been battling with an error that I encountered when trying to deploy a django application that uses channels. Error in heroku logs Starting process with

REACT - Express : fetching data doesn't work on reload when user connected

I've deploy my first app using React with Nodejs/Express/MongoDB but I'm running through a bug I couldn't find any solution, so I'm coming here to find some hel