Search code examples
laminas-api-tools

Apigility admin screen is not showing my RPC Services


Not sure what I did and I can't seem to see my RPC Services anymore. They are there and I can see them and get responses to their paths, but I can't see them through the Apigility/Admin screen.

enter image description here


Solution

  • The error is telling that either the config files are missing or may be even the code itself. When the code is missing normally you see "Unable to fetch code" or similar, so most probably you are missing config files. It could also be a simple markup problem due to a strange char.

    Since the Apigility GUI uses the Apigility API, you can use Firebug to check what is wrong.

    Open Firefox and check the tab "Network". Now try to create a service and check the requests, you will probably find a dump with the Exception / Error that you are looking for.