Questions tagged as 'heroku'

1
answer

Laravel- No 'Access-Control-Allow-Origin' header is present on the requested resource

Display my app in heroku and some icons do not load, I get this error ... Access to Font at ' link ' from origin ' link 'has been blocked by CORS policy: No' Access-Control-Allow-Origin 'header is present on the requested resource. Origin '...
asked by 10.07.2018 / 03:11
0
answers

I can not deploy an eh heroku application

In local works well, but when trying to upload heroku I get the following error: ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/portalm80ve.git' This is the er...
asked by 12.07.2018 / 18:43
1
answer

Error deploy in heroku with a laravel app

I'm doing an app in Laravel, it works perfect for me on the host site, but when I deploy heroku I get this error: In Compiler.php line 36: Please provide a valid caché Path I have read and therefore this error says it happens when the dire...
asked by 12.07.2018 / 19:26
0
answers

ClearDB or Jaws DB?

I am about to set up my SQL database for my application . Heroku seems to offer two types of SQL databases in June 2018: ClearDB MySQL and JawsDB MySQL . I do not know either? Which to choose? I'm new to web deployment and I want the simplest...
asked by 01.07.2018 / 01:46
0
answers

Create and connect database to a REST API

I need to connect a API REST to a database. I currently have a api in the hosting heroku with all its implementation configured with slim and swagger . This application is connected to a database phpmyadmin...
asked by 30.05.2018 / 13:01
1
answer

Problem with Heroku and reactjs

I'm having a problem wanting to do push heroku master since trying to do push I get the following message: How can I deploy my app made with react in heroku? Thanks     
asked by 11.05.2018 / 15:17
0
answers

is not observed on the website the updates made with git heroku

normal updates but not displayed on the website remains as it was previously     
asked by 04.05.2018 / 16:15
0
answers

Heroku with .htaccess

Please help me with this problem. I upload a project in heroku using MVC in PHP but, it does not work correctly because it does not read .htaccess files which allows me to configure the friendly url I want to know if you can configure heroku to...
asked by 23.02.2018 / 18:33
0
answers

Syntaxis UPDATE JOB in Heroku Scheduler

I want to update a table of my DB MySql through a JOB. I looked for several ej but none works. Something as simple as this .... UPDATE asistencias_cursos SET estado_curso = 'C' WHERE estado_curso = 'G; I tried this, but it was not ......
asked by 20.02.2018 / 00:08
0
answers

500 (Internal Server Error) GET and request POST from JQuery / ajax to heroku server

I have my Django application deployed in Heroku at free dyno . I am currently sending some requests GET and POST from JQuery / ajax In my local development environment, the requests to my url endpoints work very well, a...
asked by 01.09.2017 / 15:19