Misconfigured VTable app breaks other apps of the same type
ID:
Backlog
Published on 1/3/2019
•
Last update on 12/22/2022
Summary
A broken app (in red) prevents other apps from working properly.
Main causes of a badly configured app:
- Non-existent JSON Schema (field "Model" in the app's JSON);
- Apps with the same name;
- Discrepancy between the entity's JSON Schema and the fields in the app's JSON.
Simulation
In the case of a non-existent JSON Schema, insert the correct JSON Schema's name in the model
field.
For example:

Notice how the app's border turns red and the error message on the console indicates "Error to get jsonschema by name":

Workaround
The broken app will be in red. To solve it, just delete this app.