Hi, IWe are building an APIC application...
We are using 3 different Datasources (MySQL, Postgres && mongo) or a Proof of concept (aka POC), but suddenly we started getting the next error everytime we try to update the API from apic edit app OR whenever we I try to create a new model (note: the models are being created well, actually we can use them via their REST operations, but we cannot bind them to the API YML definition because the paths were not generated)
Error: The LoopBack application is not loaded.
Cannot load the LoopBack application: Cannot read property 'escapeId' of undefined
Please fix the problem and run `apic loopback:refresh
Hi, IWe are building an APIC application... We are using 3 different Datasources (MySQL, Postgres && mongo) or a Proof of concept (aka POC), but suddenly we started getting the next error everytime we try to update the API from
apic edit
app OR whenever we I try to create a new model (note: the models are being created well, actually we can use them via their REST operations, but we cannot bind them to the API YML definition because the paths were not generated)our package.json
Any Ideas (I guess it's related to one of the connectors because it started once we tried to create a new model, but not sure how to fix it...)
Let me know if you need something else to be provided
Thanks!
EM