我正在尝试设置 Atlas 触发器,但在尝试保存时出现以下错误。我在 MongoDB 4.4.10 上的免费共享集群 M0 上
只有 [uri, clusterId, clusterName, clusterType, clusterSize, clusterUpdated, dbUsername, dbPassword, lastUpdated, wireProtocolEnabled, regionName, groupName, orgName, namespacePreimageConfigs, readPreference, readPreferenceTagSets, sync, sync_query, connect_through_mesh] 是允许的配置选项
下图是我的触发源详细信息。
我的函数现在只包含两个简单的控制台日志,作为测试:
console.log(changeEvent.fullDocument);
console.log(changeEvent.fullDocumentBeforeChange);
非常感谢您的任何建议,并感谢您的宝贵时间!
更新: 关闭完整文档和文档原像后,它保存得很好,但是,我需要两者才能执行我想要的功能......