Questions tagged as 'heroku'

0
answers

file.mv is not working on Heroku

I'm doing an API with node.js for file transfer to a CDN however when running the function: file.mv(name, (error) => { It returns the following error: { "message": "Falha ao processar sua requisição", "data": { "errn...
asked by 11.09.2018 / 20:13
0
answers

Error 500 in API Laravel in Heroku only via POST

I have an API made in Laravel, I did all the local tests, everything ok, I loaded the Heroku, I ran the server, and I have the following situation: In the local environment, all requests in any method work, POST, GET, DELETE, but in Heroku, I...
asked by 01.04.2018 / 19:23
0
answers

Heroku Error performing Deploy

Could you help me with the error below: My git: link    org.springframework.beans.factory.UnsatisfiedDependencyException:   Error creating bean with name 'eventController': Unsatisfied   dependency expressed through field 'occurrenceServ...
asked by 28.03.2018 / 15:04
0
answers

Invalid credentials provided

When creating an app in Heroku, I received this message C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ heroku create appSpring1 Creating ⬢ appSpring1... ! ! Invalid credentials provided. ! EPERM: EPER...
asked by 27.03.2018 / 22:49
0
answers

Invalid credentials provided

When creating an app in Heroku, I received this message C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ heroku create appSpring1 Creating ⬢ appSpring1... ! ! Invalid credentials provided. ! EPERM: EPER...
asked by 27.03.2018 / 22:49
0
answers

Heroku: SPA + API within the same application

Is it possible to allocate two separate projects, one front (SPA) and one back (API) within the same application in Heroku? There are 2 separate projects within the same repository, the SPA was developed with VueJS and the API in Laravel....
asked by 15.03.2018 / 17:39
0
answers

Error running application with command "local heroku"

I'm trying to deploy a JSF, CDI, and JPA application in Heroku, but at the time of running local with the "local heroku" command it gives this error: link GRAVE: A child container failed during start java.util.concurrent.ExecutionExc...
asked by 10.03.2018 / 01:14
0
answers

Could not load file or assembly 'System.Diagnostics.DiagnosticSource, in Heroku

I'm uploading an asp.net core 2.0 application on heroku. But it has the following error in the log:    Unhandled Exception: System.IO.FileLoadException: Could not load file   or assembly 'System.Diagnostics.DiagnosticSource, Version = 4.0.2.1...
asked by 02.03.2018 / 02:30
0
answers

Deploy an application on a machine for each client

I have a question. I have an application in rails that will be used by several different clients. I'm studying the best environment to put the application in the air. Does Heroku have the possibility of deploying the same application on a machin...
asked by 15.02.2018 / 12:48
0
answers

Connect Heroku application to an external (Mysql) database

I'm testing a laravel build in Heroku, but I wanted to use an external database that I have on a shared server. I have already set the environment variables and also added the variable DATABASE_URL = mysql: // username: password_db @ host: 33...
asked by 22.01.2018 / 19:30