gpt4 book ai didi

javascript - Meteor.http 方法在服务器上未定义?

转载 作者:可可西里 更新时间:2023-11-01 15:05:08 25 4
gpt4 key购买 nike

因此,我正在尝试编写一个进行 http 调用的方法。当我运行该方法时,出现以下错误:

Exception while invoking method 'upload' TypeError: Cannot call method 'call' of undefined

代码如下:

客户:

console.log(Meteor.call('upload', f, content));

服务器:

Meteor.methods({
upload: function(file, content) {
this.unblock();
Meteor.http.call("PUT", "http://blah");
}
});

更新:问题已解决,原来我必须启用包:meteor add http

最佳答案

您只需在项目的命令行上运行它来添加 HTTP 包:

meteor 添加http

关于javascript - Meteor.http 方法在服务器上未定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10263933/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com