Questions tagged as 'heroku'

0
answers

Operation of dynos in Heroku

How do the Heroku dynos work? Can I have more than one? For now I have web: node app.js --> levanta la aplicación de Angular worker: bundle exec puma -C config/puma.rb --> Rails API Until then everything works well for me, I ge...
asked by 25.09.2017 / 22:16
1
answer

Did I make a mistake when uploading a rails application in heroku?

I was trying to upload an application to Heroku , in fact I already achieved it but I executed some commands and I do not know if my information is at risk, I would appreciate the help of this community; as an extra detail, follow this tutoria...
asked by 06.08.2017 / 08:08
1
answer

Download .sql file to Postgres heroku

I am implementing a larvel project, this already has a populated database. Now I need to deploy this project in Heroku but I can not make the migration from my .sql file to postgres Heroku. I have tried with the documentation but the single inst...
asked by 26.07.2017 / 18:56
1
answer

Error sending mail from heroku-laravel 5.4

I have a problem when sending an account confirmation email, I try it on the localhost and it works correctly, but when I deploy the application to heroku it does not send the email, this is my register method: protected function register(Requ...
asked by 21.04.2017 / 05:03
1
answer

Using Node, Express and Multer to upload a file to MongoDB? What should I use, Multer or GRIDfs?

Hi, I'm running a final project in Heroku using MongoLab and Multer to upload photos, it seems to work fine, but after a few hours or less the photos disappear from the page, but leave the img placeholder, the symbol appears when the browser can...
asked by 20.01.2017 / 18:10
1
answer

Problems with Heroku-Ruby

yesterday trying to push my project to heroku and to enter the domain, I realize that my application was not working, everything worked perfectly until I pushie a branch that had private_pub gem that uses faye for real-time chat, then I got to d...
asked by 25.02.2017 / 21:12
1
answer

Django deployed in Heroku. Administrative interface does not look good

What the title says. When I enter / admin (administrative area) it looks shameful. There's nothing like it in local mode. How do you make the administrative area look like it is in the local area?     
asked by 04.11.2016 / 11:24
1
answer

Error deploy App Laravel 5 in Heroku

When executing the $git push heroku master command it throws me the following error: [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Way\Generators\GeneratorsServiceProvider' not found I followed all the steps of insta...
asked by 09.09.2016 / 22:36
1
answer

Error loading static folder in django with heroku

Good afternoon everyone, I present a problem regarding that you already configure the django application, so that it runs on heroku, this step is already achieved, but when you load the page, it does not load everything that contains the static...
asked by 30.03.2016 / 21:55
1
answer

Can you use Heroku without Maven?

I have a web application ( Java Web ) with Netbeans 8.2 I want to upload it to heroku but it turns out I can not do it, as I'm seeing I realize that I need to install Maven and I do not want, the application It would b...
asked by 15.04.2018 / 19:07