1
我執行(不做到有據可查)迴環方法nestRemoting()
如下:喜怒無常`nestRemoting()`有時找不到關係
module.exports = function(MyModel) {
MyModel.on('attached', function() {
MyModel.nestRemoting('relationName');
});
}
然而,這似乎是非常喜怒無常。有時它可以工作,但大部分時間我得到:
Relation `relationName` does not exist for model `MyModel`
at ....stacktrace....
.....
有沒有人知道爲什麼會發生這個錯誤?