Open thefinnomenon opened 8 years ago
Using PersistentModel I get the following error while trying to create a container,
"Cannot call container.create(). The create method has not been setup. The PersistedModel has not been correctly attached to a DataSource!"
Changed my Container model from a PersistentModel to a Model & it works fine now. see [https://github.com/strongloop/loopback-component-storage/issues/83]
@thefinnomenon this solved my problem too thanks
Using PersistentModel I get the following error while trying to create a container,
"Cannot call container.create(). The create method has not been setup. The PersistedModel has not been correctly attached to a DataSource!"
Changed my Container model from a PersistentModel to a Model & it works fine now. see [https://github.com/strongloop/loopback-component-storage/issues/83]