ウォーターラインを使用してテーブルで作業していますが、フィールドフォーム文字列をリレーションシップに変更しただけで、実行するとエラーが発生します[Error (E_UNKNOWN) Encountered an unexpected error] Details: TypeError: Cannot read property '_getPK' of undefined
前(アイテムモデル):
attributes: { store: 'string' ....}
(アイテムモデル)に変更:
attributes: {store: {model: 'state'} ....}
そして状態モデルの下で:
attributes: { items: {collection: 'item', via: 'store' }}
よろしくお願いします
編集:
にダウングレードしましたがsails-mongo@beta
、すべてが機能しています。なぜこれが起こっているのかわかりません。