0
insert failed: Method '/players/insert' not found
獲取上述錯誤,而使用鉻控制檯調用插入功能在流星的MongoDB: -插入失敗MongoDB中
PlayersList.insert({ name: "David", score: 0 });
任何幫助,請
insert failed: Method '/players/insert' not found
獲取上述錯誤,而使用鉻控制檯調用插入功能在流星的MongoDB: -插入失敗MongoDB中
PlayersList.insert({ name: "David", score: 0 });
任何幫助,請
,因爲你定義您的收藏你得到這個錯誤在客戶端。 試着把它放在「lib」目錄下。
[流星:插入失敗:未找到方法]可能的重複(http://stackoverflow.com/questions/18518449/meteor-insert-failed-method-not-found) – MasterAM