我有一个Loopback 3应用程序。当我使用. node
启动应用程序时,会在控制台中得到它。
hsts deprecated The "includeSubdomain" parameter is deprecated. Use "includeSubDomains" (with a capital D) instead. node_modules/loopback/lib/server-app.js:74:25
我在node_modules文件夹中搜索,但是没有回送文件夹。那我该如何解决呢?
答案 0 :(得分:2)
这是由于helmet
中的middleware.json
配置所致。只需打开它,然后找到includeSubdomain
并将其替换为includeSubDomains
。
答案 1 :(得分:0)
我也有同样的错误, 但是只需查看PM2日志即可看到。
您将Loopback与PM2一起使用还是在Docker容器内使用?
运行“ NODE”没有此错误。