Most voted "heroku" questions
Heroku is a multi-language cloud application that functions as a Paas. It takes care of the entire server infrastructure and configuration, all you have to do is deploy and the application is already running.
Learn more…132 questions
Sort by count of
-
0
votes1
answer59
viewsProblems with Group By on Postgresql
I’m trying to make a view in a Postgre database: CREATE VIEW anuncio_points AS SELECT a.*, (CASE WHEN p.points is null THEN 0 ELSE sum(p.points) END) + u.points as points FROM anuncios as a LEFT…
-
0
votes1
answer59
views"App Crashed" in Heroku log
I am having a problem with my Node application that is on the Heroku server. When I make many requests for the same route /oapi/login the application stops running, the error that the log returns is…
-
0
votes2
answers914
viewsServer Error (500) on Heroku using Django
When I try to access my website hosted on Heroku, it returns the message: "Server Error (500)". Heroku[router]: at=info method=GET path="/favicon.ico" host=quiz-py.herokuapp.com…
-
0
votes1
answer446
viewsImages disappear in Heroku after a while
I made a website for a newspaper in Django. I have deployed to Heroku and there I have a news register, where I have the title, summary, content and date fields. According to the model: class…
python django web-application heroku django-templatesasked 4 years, 7 months ago Gustavo Augusto Pires 13 -
0
votes0
answers18
views"WITH" is not valid at this position for this version of the server. Deploy to Heroku
I’m making a Deploy on Heroku of a personal project developed in PHP in which it is almost finished, however, I am having this error with a query of my project that is not running on the server, but…
-
0
votes0
answers12
viewsHow to deploy code that uses Dryscrape in Heroku? (No such file or directory: 'src/webkit_server')
I’m not being able to push my app on Heroku. My application uses the library Dryscrape, and when I deploy to the Heroku app I get the following error: sh: 1: qmake: not found error: [Errno 2] No…
-
0
votes0
answers107
viewsProblem with CORS even after setting header for Access-Control-Allow-Origin
I have an app Vue staying in the Netlify and always when I try to achieve a request of the kind POST in my endpoint https://backend-app.herokuapp.com/clientes I get the following error: Access to…
-
0
votes0
answers72
viewsUpload a Docker (Docker-Compose.ylm) application to Heroku, "No Images to push"?
I’m using this Stack from the Docker hub provided by Bitnami to test a crm. > $ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-suitecrm/master/docker-compose.yml > >…
-
0
votes0
answers62
viewsI can run the local code, but not on Heroku
When I run this code locally everything goes well, and is returned to the Instagram page. However, when I deploy to Heroku I can no longer execute the code because an error appears. I tried to…
-
0
votes0
answers37
viewsI am having a Favicon Error H10 in the Nodejs Application Backend Deploy Heroku
Knexfile code: module.exports = { development: { client: 'sqlite3', connection: { filename: './src/database/db.sqlite' }, migrations:{ directory: './src/database/migrations' },…
-
0
votes1
answer23
viewsHeroku - Error run seeder for popular BD
Hello. I recently deployed an application to Heroku (Node + Adonis + Mysql + React) and I am facing some problems. It has an admin user who is responsible for registering other users, so I have some…
-
0
votes0
answers76
viewsHeroku Postgresql - Error Status 500 in second query
I created a Node REST API that requests a Postgresql in Heroku. I use Postman to test the requests. It is working ok on the first request (Status: 200). Follow the Heroku log: But when I try to do…
-
0
votes0
answers51
viewsProblem deploying API REST springboot on Heroku
Good evening! I am trying to deploy a REST API on Heroku, but I come across the following error: [] [ERROR] Failed to execute goal org.apache.Maven.plugins: Maven-Compiler-plugin: 3.8.1: compile…
-
0
votes1
answer49
viewsDeploy Node application in Heroku with ES6 modules?
Speak, devs! Following... I would like to know how to deploy a Nodejs application using ES6 Modules In my package.json I am using so: "type": "module", ... "scripts": { "test": "echo \"Error: no…
-
0
votes2
answers174
viewsReact JS routes do not work in production
I made a small web system and deployed it in Heroku, it turns out that the routes work normally in development, but in production the routes are not rendered and I have the following error "Cannot…
-
0
votes1
answer32
viewsDeploy Heroku Error - Java
I’m starting a project for a Java application, and I’m setting up the environments before starting the implementation. However, when I went to create the Heroku app and Deploy through the project…
-
0
votes0
answers26
viewsHeroku Nodejs "Cannot GET"
I made a CRUD with Nodejs, Express, Handlebars and Mongodb - Works great in development, but when I try to make the Deploy in Heroku from the continuous error "Cannot GET /". I’ve researched a lot…
-
0
votes0
answers13
viewsSempra gives error when trying to upload a Nodejs application in Heroku
When executing the command: git push heroku master LOG: -----> Build failed We're sorry this build is failing! You can troubleshoot common issues here:…
-
-1
votes0
answers7
viewsI’m in error trying to access Heroku
Application error An error occurred in the application and your page could not be served. If you are the application Owner, check your logs for Details. You can do this from the Heroku CLI with the…
-
-1
votes2
answers560
viewsAngular Deploy 8 Heroku
I am doing the Deploy of an Angular8 application, but it seems that Angular is not building in this process. It is possible to inspect the code in the browser, but nothing is rendered. Below are the…
-
-1
votes1
answer85
viewsI no longer know how to give the deploy of the chat Rocket on Heroku. Help?
1 - I cannot upgrade npm. This error happens: Your configured Registry (https://registry.npmjs.org/) may not support Audit requests, or the Audit endpoint may be temporarily unavailable. I have…
-
-1
votes1
answer12
viewsRuby Gem carrierwave-ftp in Heroku returns Net error::Ftppermerror (500 I won’t open a Connection to
I am using Gem carrierwave-ftp and dev localhost works normal but in Heroku it resumes the error below: Net::Ftppermerror (500 I won’t open a Connection to xxx.xxx.xxx (only to zzz.zzz.zzz. ) Below…
-
-1
votes1
answer22
viewsError connecting to database via Seriate Node JS
When I connect to my database locally it works normally. But when I deploy to Heroku returns me the following error: Request Error: No connection is specified for that request My configuration…
-
-1
votes1
answer108
viewsHeroku does not recognize my Django app
I’m starting my studies with Django and created an application called core within the name Django project django1. After finishing, I decided to deploy it to Heroku with the following step by step…
-
-1
votes1
answer14
viewsProblems integrating Bitbucket pipelines with Heroku
I have a problem integrating pipelines of bitbucket with Heroku, I set the file normally, and when it goes to part of the build in Heroku it appears this message: -----> Building on the Heroku-20…
-
-1
votes1
answer94
viewsHeroku with Cors error
I have Cors problem in Heroku. Cors class @Configuration public class WebConfig implements WebMvcConfigurer { @Override public void addCorsMappings(CorsRegistry registry) {…
-
-2
votes1
answer66
viewsAngular 7.1.4 on Heroku
Well, I’m trying to climb an angular application ( basically the get Started that you have in the documentation ) to Heroku, by the angle rotate over the Node, I know I need to set the port as…
-
-2
votes1
answer83
viewscompare pdf size in readable
Next I have an application in Arabic that I put a pdf in a register, but when the pdf is too big it of the error, would have as I know up to which PDF size I can use and if the guy put a pdf greater…
-
-2
votes1
answer62
viewsWhere should the mediafiles directory be in the Django configuration to be able to download the files on the Heroku server (free app)?
After uploading the file for hours I can download the files, but after a while I can not download the files, saying that the file does not exist, only when I consult the database and the table by…
-
-2
votes1
answer26
viewsDeployment Python/Flask Application Failure in Heroku
Hello, I’m starting my journey with Python and Flask, I developed an application and I’m currently trying to upload it to Heroku, but I have the following error message in the panel log: I…
-
-2
votes1
answer76
viewsError: Unable to access jarfile
I’ve been trying to deploy my application to Heroku for weeks and I always get errors. i had a dynos error, I created a Procfile file with the following content: web: java -Dserver.port=$PORT…
-
-3
votes1
answer134
viewsRun a Ruby on Rails application locally Heroku
I have a Ruby on Rails app hosted on Heroku. It has a login system on the home screen that redirects the customer (in this case me) to the other features of the account. When I run it locally, (be…