Questions tagged as 'heroku'

0
answers

Is it possible to assign a .com.ve domain to a web application with Heroku? [closed]

I have been trying to assign the dns of a domain .com.ve (National Domains of Venezuela) but I have not succeeded. Reading the Heroku documentation, it seems that Heroku is only compatible with CNAME-type dns, which is incompatible with the f...
asked by 06.08.2016 / 20:39
1
answer

Upload backend and frontend together in heroku

I want to upload an application with backend in nodejs and frontend in react without creating 2 projects in heroku. The directories of my application are like this: My Application app - "This folder contains the frontend created with...
asked by 05.12.2018 / 03:50
1
answer

Publish REST API in heroku

I need to post a API REST in heroku . I have uploaded the project structure to the hosting with the required git commands. In addition, I created a database in heroku through phpmyadmin . The file .env of the p...
asked by 29.05.2018 / 13:18
2
answers

Error SSL certificate deploy with heroku and laravel

I have a heroku account, I have SSL certificate errors, chrome shows me the following. Thanks for your help.     
asked by 14.09.2018 / 18:07
1
answer

Problems with the git push heroku master

Good as it is I hope that well, I am having problems to do a push to a project done in python using the django framework for heroku that can see it through this link link I get the following error:     
asked by 16.05.2018 / 14:30
1
answer

Help error when uploading my project django a heroku

Hello everyone I have searched a thousand tutorials, read the official documentation, but I have found many errors, and this is the last one that has thrown me just when it is uploading my application. Collecting setuptools Using cached setu...
asked by 19.01.2018 / 22:57
1
answer

Client error: 'POST https://api.mailgun.net/v3/sandbox75c537762edc4d29becf4de26ec1738b.mailgun.org/messages.mime' resulted in a '400 BAD REQUEST

I am implementing Mailgun in Laravel. I did all the configuration and from localhost it works perfect, but when I deploy in Heroku I get the following error:    Client error: POST https://api.mailgun.net/v3/sandbox75c537762edc4d29becf4de...
asked by 27.07.2017 / 22:06
1
answer

Heroku - heroku run python manage.py migrate error

I'm trying to migrate through heroku to log in with fb but when I run the command heroku run python manage.py migrate the following happens (I'm supposed to have already done diployed in heroku): >>> heroku run python manage.py...
asked by 01.05.2017 / 04:15
0
answers

Problems with Springboot, vue and heroku

Hello, create a Springboot project in STS and within a folder called frontend that contains the part with vue I was able to host my CRUD project in heroku, but with some problems: 1) so that the page runs, I had to pass the generated...
asked by 02.01.2019 / 20:31
1
answer

notice no procfile using 'web heroku-php-apache2' when doing deploy of project laravel in heroku

Best regards, I am trying to upload one of my projects to heroku following the documentation, I receive the following error when opening the application. I understand that this happens, because a file called Procfile must be created in...
asked by 24.12.2018 / 16:25