Questions tagged as 'heroku'

1
answer

Error with heroku in node: Failed lookup view in views derectory

I have a web app that works well in local but when uploading it to heroku the following came out in the logs 2017-01-01T00:30:57.874896+00:00 app[web.1]: Error: Failed to lookup view "notFound" in views directory "/app/views" 2017-01-01T00...
asked by 01.01.2017 / 02:02
1
answer

How to configure environment variable in heroku?

I found myself in need of setting environment variables in heroku for the deployment in production mode of my project. The variables were the credentials for accessing the data base const DB_HOST = process.env.DB_HOST || 'localhost';...
asked by 28.09.2018 / 06:17
1
answer

404 error in node application js in heroku

I'm trying to replicate an example to receive some data in real time to emulate adding a subject, but no matter how much you upload and / or change the form, that error still exists. Error POST https://nuevohorario.herokuapp.com/enviarAsign...
asked by 11.06.2017 / 05:21
1
answer

Publish project in Python 3.5 with heroku

Hi, I have a project made with Python 3.5 and Django 1.10 and I would like to publish it in HEROKU but I see that it only supports Python 2.7, does anyone know if heroku supports Python 3.5?     
asked by 18.09.2016 / 03:56
1
answer

Deploy Django to Heroku - Push rejected

I'm trying to deploy a Django app in Heroku. When I execute the git push heroku master command the following appears: (uleague) ➜ pickapp git:(master) ✗ git push heroku master Counting objects: 195, done. Delta compression using up to 8...
asked by 18.03.2016 / 21:57
1
answer

functional code does not run on my telegram bot

The problem is that this code: const Jimp = require('Jimp'); var map = [["⬜","⬜","u","⬜","⬜","⬜"],["⬜","⬜","⬜","⬜","⬜","⬜"], ["⬜","⬜","⬜","⬜","⬜","⬜"],["⬜","⬜","⬜","⬜","⬜","⬜"], ["⬜","⬜","⬜","⬜","⬜","⬜"],["⬜","⬜","⬜","...
asked by 11.04.2018 / 10:10
2
answers

How can I view the records of a database in Heroku?

After doing deploy to my application, how can I see the records of the BD% tables postgresql in Heroku ?     
asked by 17.01.2017 / 20:22
1
answer

Error loading heroku on django

I have a problem regarding django with heroku, I already perform the whole process in the correct way, but when loading the page I get the Application error view, I go to the logs, and I do not understand where the error is, or how to correct it...
asked by 30.03.2016 / 21:14
0
answers

JPA in Heroku without Spring - No persistence provider

I have a web app for which I use JPA with Hibernate 5.2.10.Final for the backend. The problem is that when it tries to generate the connection it gives me ExceptionInInitializerError: No persistence provider for EntitiyManager named de...
asked by 07.07.2017 / 13:27
1
answer

Postgresql consultations with Sequelize stop working suddenly

I am currently in charge of a system developed in NodeJS, which uses PostgreSQL as a database, and we access it using the Sequelize ORM, all this in the Heroku platform. The problem I face is that, at a certain point, I tried to make a new de...
asked by 10.03.2017 / 14:54