Category "heroku"

Flask + React App Fails When Deployed to Heroku

I am trying to deploy a simple flask + react project to heroku. I am using gunicorn. The application works when deployed locally but fails on Heroku. The issue

Hosting a VPN on Heroku

I was wondering if it's possible to host a private vpn on heroku? My (hypothetical) use case is that let's say there's some service that's only available in E

Hosting a VPN on Heroku

I was wondering if it's possible to host a private vpn on heroku? My (hypothetical) use case is that let's say there's some service that's only available in E

configuring namecheap domains with heroku

I have a app on heroku(paid dyno): https://example.herokuapp.com/ I have purchased a domain: www.example.com After reading multiple guides I can't figure ou

Maven toolchain and heroku/cloud deployment

This is going to be a broad topic so please bear with me. So I build a microservices app started as a hobby and now in the few months I put into it I made somet

How can I change JDK 1.8 to JDK 11 in Heroku?

I created pipelines for bitbucket to deploy app to Heroku. I use java 11 but Heroku installs 1.8. How to fix it? I also created system.properties in main/resou

How to deploy to Heroku if my client and servers are in separate folders?

I have a repo with 2 folders - 1 for the server, 1 for the client, and each folder has its own package.json file. I am trying to deploy the server to Heroku, bu

How to deploy my app to heroku when i have two different folders

I have a project with two defferent folders. One is frontend the another is back-end. I want to deploy this both folders on one heroku app. In the server.js i h

I'm try to deploy my django project in Heroku by use Heroku CLI I face installation error

Everything goes right till I run this command: git push heroku master I get this massages: git push heroku master Enumerating objects: 55, done. Counting objec

Uploading Images using Multer (works locally, but not when deployed on Heroku)

I'm a bit stuck with my blog app. It works properly when I run it locally, but when it's deployed to Heroku it seems that the images that get uploaded via Multe

Heroku S3 missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1',

I am facing a problem with uploading an image to heroku via S3. I don't have it locally but when I am in heroku I have this problem. I suspect that thhe credean

Not able to get response , showing Operation `users.findOne()` buffering timed out after 10000ms`

I am facing an error while making the POST login request. I had deployed the frontend on Netlify here and the backend on Heroku here. This is my backend logs ht

git push heroku; Please double-check your credentials and correct them

I recently changed my Personal Access Token on GitHub, and I think I've put the new token in all the right places... but maybe I am missing a place? The problem

Couldn't connect to GitHub while authenicating to github on heroku

I had created a app on heroku on authenticating to github it say Error: remote was closed, authorization was denied, or an authentication message otherwise not

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