In Apigility admin I'm trying to generate a new service using the "DB Connected" option, but after load all tables of database, I choose one and click in "Create Service". I get a error in console as displayed in image bellow:
[Error] Error: undefined is not an object (evaluating 'e.rest.table_name')
ok@http://localhost:8888/apigility-ui/c22d22af.apigility.js:1:11687
http://localhost:8888/apigility-ui/6a8334db.vendor.js:6:18549
e@http://localhost:8888/apigility-ui/6a8334db.vendor.js:6:25924
$eval@http://localhost:8888/apigility-ui/6a8334db.vendor.js:5:34068
$apply@http://localhost:8888/apigility-ui/6a8334db.vendor.js:5:34351
http://localhost:8888/apigility-ui/6a8334db.vendor.js:6:25981
dispatch@http://localhost:8888/apigility-ui/6a8334db.vendor.js:2:14429
handle@http://localhost:8888/apigility-ui/6a8334db.vendor.js:2:11204
(anonymous function) (6a8334db.vendor.js, line 5)
(anonymous function) (6a8334db.vendor.js, line 4)
$apply (6a8334db.vendor.js, line 5)
(anonymous function) (6a8334db.vendor.js, line 6)
dispatch (6a8334db.vendor.js, line 2)
handle (6a8334db.vendor.js, line 2)
The service is not created.
Someone knows how can I fix it?