Category "heroku"

How to deploy React client and Node server (Both in a single git repository) in Heroku?

Am having a single Git repository where it contains both client and server. This is my Webpack.config.js const path = require("path"); module.exports = { d

RailsTutorial 13 --- Image doesn't show on the web page after uploading it through AWS S3

I am a newbie and just started to learn coding with RailsTutorial. I use AWS C9 Ubuntu as is instructed. At the end of chapter 13, there is an instruction for A

ModuleNotFoundError: No module named 'streamlit.cli'

I have an error when I deploy streamlit app on Heroku. How can I deal with ?

Heroku: NodeJS: pip is missing if I use NodeJS app

I have a NodeJS app, in which I want to invoke Python interpreter, to run some processing for me. When I check for "python --version" from NodeJS using exec(...

AttributeError: 'PosixPath' object has no attribute 'read_text' while building heroku app

I am getting AttributeError: 'PosixPath' object has no attribute 'read_text' when trying to deploy a django app to heroku. The problem occurs when pip is instal

Heroku : tensorflow 2.2.1 too large for deployment

im trying to deploy a keras project to heroku but pushing to the repository master branch seems to be problematic for me as the following error is reported ever

Why is heroku giving error code H81 on deployment of react app

Im deploying full stack react app to heroku. I followed the steps provided on heroku using the cli -logged in using my credentials -ran heroku create -added

Crash app error while trying to deploy react-flask app on heroku

I'm currently getting this error when I run the heroku logs --tail command. at=error code=H10 desc="App crashed" method=GET path="/" host=digital-engagement-too

View laravel in heroku doesn't run correctly when first time deploy to heroku

im new to laravel. so i just try to deploy app to heroku but seem it dont work correctly but when i run local at 127.0.0.1:8000 it work fine i already put Pro

js chunk being served with wrong mime type in react app

I have a react app (with routes handled by react-router) with some components lazily loaded deployed on heroku(free plan), it is served by this express server:

Mime Type Issue Loading CSS With Django App

I have a Django app hosted on Heroku, and my stylesheet isn't loading. Now I've taken the time to read the other questions on this issue, but I believe each sit

Cannot write to Postgres database in Heroku

I am trying to manually run a SQL script to create some tables and insert some data on my recently created Heroku instance, database is Postgres, when running I

Puppeteer / Playwright Heroku buildpack size restrictions

I've a Puppeteer application running on Heroku. The buildpacks I'm using are: https://github.com/jontewks/puppeteer-heroku-buildpack https://github.com/mentimet

Why can't I connect my GitHub repo to Heroku?

We are unable to access this connected repository on GitHub The authorization key is not valid, or the account used to connect to GitHub doesn't have access to

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