laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Upgrading from 1.1 to 2 causes all RPC calls to break #29

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

All RPC calls are broken when upgrading apigility when the content negotiation is set to JSON. They work when set to HalJson but the whole admin ui is broken because it is making RPC calls to get options for selection. The content negotiator is not detecting JSON properly and tries to find a legit view to open because of it. Would love a fix for this as I would like to get upgraded.


Originally posted by @parljohn at https://github.com/zfcampus/zf-apigility/issues/161

weierophinney commented 4 years ago

Having the same problem here


Originally posted by @solcre at https://github.com/zfcampus/zf-apigility/issues/161#issuecomment-212118212