意外令牌 - loadPreLoadFiles - AdonisJS

创建 AdonisJS 应用程序后,我在尝试运行时收到以下错误消息:

2021-05-09 22:23:40 default[20210509t222122]  "GET / HTTP/1.1" 500
2021-05-09 22:23:41 default[20210509t222122]  /bin/sh: 1: exec: test-app:app: not found

检查提到的 index.js 文件(未编辑),并且可以在引用的行中找到以下内容:

entrypoint: gunicorn -b :$PORT test-app:app
entrypoint: uwsgi --http :$PORT --wsgi-file test-app.py --callable application

第 376 行:需要(文件路径)

第 368 行:this._preLoadFiles.forEach((file) => {

知道是什么问题吗?

iCMS 回答:意外令牌 - loadPreLoadFiles - AdonisJS

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/444966.html

大家都在问