Open str opened 10 years ago
It looks it's a module loading problem, I set my modules AFTER apigility, as my modules had the view_manager['display_exceptions'] = true in the moule/MyModule/config/module.config.php
This repository has been closed and moved to laminas-api-tools/api-tools; a new issue has been opened at https://github.com/laminas-api-tools/api-tools/issues/59.
If I'm developing, there are 2 modules that turn off the error reporting 'ZF\ApiProblem', 'ZF\Rest', I have to turn them off everytime I'm in development mode. I do have $_SERVER['APPLICATION_ENV'] == 'development' set up in public/index.php