Problem deploying to Heroku with apigility

Asked

Viewed 48 times

1

I’m trying to upload an api created with Apigility to Heroku. The application compiles correctly, but when making any request, I get a 500 error as return. In the Heroku log, I see the following error:

PHP Fatal error: Uncaught Error: Class 'Zend Console Console' not found in /app/vendor/zfcampus/zf-content-negotiation/src/Factory/Requestfactory.php:22

I did not find many tutorials out there, and those I found did not provide many step-by-step details to upload the application.

Has anyone been through the same problem? What is the solution to this error?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.