Questions tagged as 'heroku'

0
answers

Use Filesystem from NodeJS in Heroku

Start a project and to start I need to know if it is possible to use NodeJS FileSystem on a server like Heroku. I need to use the functions of reading files precisely. Using or not using this module would totally change the way in which I will d...
asked by 23.12.2018 / 01:23
0
answers

Error posting nodejs app to heruko (internal / modules / cjs / loader.js: 582 ... throw err; ... Error: Can not find module '../constants')

I have the following problem: I have an api in nodeJS V10.14, I'm hosting it in heroku, at first everything was fine, but a day ago I deployed and gave me the following error (heroku log): in the index.js file I have the following....
asked by 05.12.2018 / 04:29
0
answers

heroku Web process failed to bind to $ PORT within 60 seconds of launch

I'm trying to deploy an application made in angular in heroku, when doing the git push everything is fine, the problem is that when I try to enter the page it tells me that there has been an error application, in the logs I see the following err...
asked by 14.11.2018 / 02:39
0
answers

parse error: Expected another key-value pair Heroku

I'm trying to host a bot for discord in heroku but doing git push heroku master gives me this error: Node.js app detected remote: parse error: Expected another key-value pair at line 41, column 1 remote: ! Un...
asked by 23.10.2018 / 12:06
0
answers

Upload my web app to Heroku without having created it using git

I would like to know what happens if I have not used git to develop my web app. Would it be possible to add git later so you can upload it to heroku? Should I do the app again? Thank you.     
asked by 26.08.2018 / 18:27
1
answer

publish in Rails application in Heroku

I'm trying to upload my application to Heroku but I do not work on some images, jquery and APIs that could be ?, someone has happened to him? Heroku logs:     
asked by 26.08.2018 / 09:19
1
answer

Error when Deploy to Heroku?

I am doing the deployment of an application made in Java to a cloud server in heroku. Deposit the app in the local Git repository of my machine and when you try to push to upload the code to the server, the following appears: $ git push heroku...
asked by 18.08.2018 / 18:10
0
answers

Do 'push' from gitlab to heroku or use discord webhooks in heroku

I'm creating a discord bot (in javascript) and I would like for each update to use the webhook for discord (heroku I do not get the url from discord's webhook), try it with github, which is an option that has heroku, but can not be put in privat...
asked by 20.08.2018 / 03:14
0
answers

Heroku does not load statics files in Dejango framework

Heroku does not load statics files in Django framework Hello everyone, I am starting in the development of web applications with python 3.6 using the Django framework and I use the free Heroku service for tests, the issue is that after pushin...
asked by 27.07.2018 / 23:25
0
answers

Problem with migrations in Heroku-Laravel 5

I am doing deploy of an app made in laravel but I have problems when executing migrations, estpy using postgresql heroku as BD but in local use Xampp in my file database.php I have: $host = env('DB_HOST', '127.0.0.1'); $database = env('DB_DATA...
asked by 13.07.2018 / 15:27