Quantcast
Channel: Active questions tagged heroku - Stack Overflow
Browsing latest articles
Browse All 399 View Live

heroku zerigo dns - www.xxx.in working but xxx.in sometimes giving...

I am custom domain for my heroku app using zerigo dns.www.domain.in is working fine.domain.com should redirect to www.domain.in sometimes and sometimes giving application error.Records in zerigo dns :...

View Article



Failed to load CSS in HTTPS protocol

I created a blog using Laravel, and I am having a weird issue. I pushed my project to Heroku (nepshare.herokuapp.com). When I visit this URL my site loads but with no CSS and I refreshed every time to...

View Article

How to fix "fatal error: Carbon/Carbon.h: No such file or directory", when...

I am attempting to deploy a project I made on to Heroku, but when I try to push the project with: git push heroku masterit ends up giving me an error that looks like this:appscript_3x/ext/ae.h:26:10:...

View Article

How to resolve Heroku H10 'App crashed' error on deploying an Express app?

I'm deploying an Express.js application to Heroku, but I'm encountering a persistent H10 - App crashed error that I can't seem to resolve. Below are the relevant details and logs from Heroku:Error Logs...

View Article

How to resolve "Cannot find module 'mongoose'" error on Heroku?

Problem Description:When deploying my Node.js application to Heroku, I encounter a "Cannot find module mongoose" error despite having mongoose listed as a dependency in my package.json. The error is...

View Article


API GET requests not getting most recent information for database

I am currently hosting a Next.js (v14) app on Heroku that has an api route that pulls information from a MongoDB database I set up. If I deploy the app and run it locally then add an entry to the...

View Article

Rejected Heroku Push

I'm at my wits end for why this heroku push won't work.I'm trying to push a single python script which is a Snake Game developed with the pygame library.using the git push heroku master commandI'm...

View Article

Heroku with redis continously logs Informations and also socket error

I use heroku, redis and nodejs with express. After I setup the redis on my node app, I was able to cache data. However, in the Heroku log console, i get continously logs in the following...

View Article


Nuxt Heroku what to fill baseurl for it to run?

This is my nuxt.config.js fileenv: { baseUrl: process.env.BASE_URL || "http://localhost:3000"},// Axios module configuration: https://go.nuxtjs.dev/config-axiosaxios: { baseURL: process.env.baseUrl,...

View Article


nuxt/pwa not working "offline" when deployed to heroku

I am using Nuxt in ssr: false mode and deploying my app to heroku following this guide.Now I am using nuxt/pwa module which works perfectly fine when testing my app via npm run build && npm run...

View Article

Heroku app crashing after a while from deployment. (node.js exress)

So my heroku app crashes with h10 codes and description is "app crashed". No more information. I will attach a screenshot about this (there is like 800 critical errors I can see in my heroku dashboard,...

View Article

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 Multer aren't being uploaded into my images...

View Article

How to set spring active profile in heroku for tomcat web application using...

I'm trying to create an existing project in Heroku. It's a tomcat-based web application that has environment-specific profiles. I want to select a profile based on the environment in Heroku. Is there...

View Article


Heroku Row Limit

Why does Heroku have a row limit on their Hobby plan if there is already an overall database size limit? I'm confused because I've reached my row limit, but I'm nowhere near the size limit. Does the...

View Article

Heroku cli login error: unable to verify the first certificate

I treid to login using following commands to setup new heroku project. But I'm getting the error**unable to verify the first certificate**heroku auth:login --browser=chromeheroku: Press any key to open...

View Article


How to create zipfile in S3 with Boto3 Python?

I'm trying to create a zipfile from several files from a subfolder in an S3 bucket, then save that zipfile in another subfolder in the same bucket.I can create zipfiles from my S3 subfolder buckets...

View Article

How to use "import" in Node.js?

I tried to deploy my project developed using React and Node.js to Heroku, but after issuing git push heroku master, I got an error:2020-06-05T02:12:18.092681+00:00 app[web.1]: import express from...

View Article


Heroku deploy with docker and poetry

I'm trying to deploy a django application on heroku. I use docker and poetry. I have a problem because in the dockerfile I install poetry and install dependencies using poetry. Locally it works fine,...

View Article

Wrong path deploying on Heroku

I'm looking for some help.I need to deploy a Symfony 7 app on Heroku but i'm facing a problemMy app run with docker, my docker-compose.yml :version: '3.8'services: database: container_name: database...

View Article

Trying to login in to Heroku, but I am asked for a code from an...

I'm trying to login to Heroku and after I key in my email and password I'm asked to provide a code from the authenticator app. I never set up my Heroku account to use an Authenticator app. I have...

View Article

Heroku node.js app 'allocation failure scavenge might not succeed' with...

I'm getting heap memory errors that crash my app. But my app has memory available. app/web.1 [4:0x4ea2840] 27490 ms: Mark-sweep 505.7 (522.4) -> 502.2 (523.1) MB, 440.3 / 0.0 ms (average mu = 0.280,...

View Article


Can I deploy multiple heroku applications from same code base?

I have source controlled my client app, let's just call it TackleSoftWhat I would like to do is deploy the TackleSoft to multiple heroku appsIn other words, I would like to have the followingTackleSoft...

View Article


Reducing slug size of Rails App for Heroku

I have a Rails app running on Heroku and on every deploy I get a warning:Warning: Your slug size (368 MB) exceeds our soft limit (300 MB) which may affect boot time.I want to get under 300 MB. So I ran...

View Article

Image may be NSFW.
Clik here to view.

Heroku Add-on Edge CDN overwriting Content-Security-Policy header

I am currently serving my Shopify App through Heroku.Since Shopify apps are loaded inside an iframe in the merchants admin, one of the requirements is a correctly set Content-Security-Policy header....

View Article

ActiveRecord::StatementInvalid: PG::DatatypeMismatch: ERROR: column...

I initially created a Task model, including a completed_at field set as a time type, with the following migration:class CreateTasks < ActiveRecord::Migration[7.0] def change create_table :tasks do...

View Article


Outdated yarn lockfile error on deploying app on heroku

I have successfully signed up on Heroku but when I git push and ran the app, it says Application error. An error occurred in the application and your page could not be served. If you are the...

View Article

Static files not loading on django localhost (404 error) while loading okay...

ProblemI'm building a django web app. I can't get to display a static file (icon) in an html template when I run my app locally (ubuntu 20.04, python 3.8.5, django 3.1.4).I DO NOT HAVE THIS ISSUE WHEN...

View Article

How to open a new ticket on Heroku?

Seems impossible to find the section to open a new ticket with Heroku.The button doesn't seem to be able to be found.How can it be done?

View Article

Google OAuth not working on Heroku - "Error 400: redirect_uri_mismatch

I'm building an app in Next.js with NextAuth and the Google OAuth provider.I have currently deployed the app both:on Vercel for developmentand on Heroku for the production appTo be able to connect to...

View Article



Application error using heroku will not deploy any of my backend code

I am trying to deploy the following files after pushing and installing all necessary files but I keep getting the same application error page on Heroku. I am very new to web development, and am just...

View Article
Browsing latest articles
Browse All 399 View Live


Latest Images