我正试图通过DDP连接到我在的流星部署的网站。非常有用,但是我很难找到我的网址,根据这个答案,它应该有以下结构:
ws://ddp-xxxx-{主机名}.meteor.com
你怎么知道的?
我的meteor.js文件是:
if (Meteor.isClient) {
}
if (Meteor.isServer) {
Meteor.startup(function () {
// code to run on server at startup
});
Meteor.methods({
test:
当我使用检查站点速度时
我看不到结果,也得不到如下的错误信息:
Lighthouse: FAILED_DOCUMENT_REQUEST. Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. net::ERR_TIMED_OUT.
我已经添加了网站的正确网址。网址:
请任何人帮帮我。
我已经在magento和node js中创建了登录服务。在magento中,如果客户使用密码注册,则使用md5盐密钥值对密码进行加密。如果我使用crypto node js模块来解密magento密码,它会抛出错误。
Error: Unknown cipher
at Error (native)
at new Decipher (crypto.js:210:16)
at Object.Decipher (crypto.js:207:12)
at D:\Workspace\mobileapp\routes\users.js:30:24
at Layer.h
我有一个lambda函数来建立到atlas的连接。连接字符串被加密为环境变量。在测试建立连接时,我得到以下错误:
2021-06-07T22:48:31.303Z 01ab146e-734f-4f06-a5e9-acfb5635bc3b INFO Decrypt error: InvalidCiphertextException: null
at Request.extractError (/var/task/node_modules/aws-sdk/lib/protocol/json.js:52:27)
at Request.callListeners (/