You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a basic blogging app to learn sails.js. As for any blog I'm trying to create two kind of relationship on "Post" model: related and categories.
The former relations is a many-to-many relation with model "Category", the latter is a many-to-many relation with the model "Post" itself.
At first, I tried on sails.js v0.11.4 (I used a scaffolder) and creating new posts with those relations turned out into Orientdb messages stating that it couldn't create vertex.
I tried the following:
Updated sails-orientdb with master version on github (same error appeared)
Updated sails.js to 0.12.3 now the error is a generic "unknown error"
Hi!
I'm developing a basic blogging app to learn sails.js. As for any blog I'm trying to create two kind of relationship on "Post" model: related and categories.
The former relations is a many-to-many relation with model "Category", the latter is a many-to-many relation with the model "Post" itself.
At first, I tried on sails.js v0.11.4 (I used a scaffolder) and creating new posts with those relations turned out into Orientdb messages stating that it couldn't create vertex.
I tried the following:
Environment
Models
and
Any ideas?
The text was updated successfully, but these errors were encountered: