When I try to create a new service using db-connected in Apigility, I'm getting the error Error saving field
. After receive the error, the service is created but if I select this one, I receive the error Unable to fetch service
.
It seems to happen always when I create a db-connected service in a table with name containing "_".
The error that I'm getting in console is:
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (Hookit-V1-Rest-Vitrine_usuario-Controller, line 0)
I checked the module's config and the parameters are have been created.
in module's config in node zf-apigility
O removed the parameter resource_class
and the run the service... It worked.
but I can't sync the service in admin.
Does someone knows how to solve it to sync the service in Apigility's admin?