I have the following problem with totals.js.When I try to add new route I get the following error:
The controller's route does not define any schema. (http://0.0.0.0:8000/****/****/****/1)
I have added this method to the schema with schema.addWorkflow method but it looks like this doesn`t work.
You get this error when you try to use schema's methods in controller (such as $get, $query, $save, etc.) but haven't added Schema name flag to the route definition
The flag
*SchemaName
tells the framework that you want to work with schema you defined usingNEWSCHEMA('SchemaName')...
See documentation here