-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vercel部署成功后,执行过程vercel提示报错。 #180
Comments
@xdk123456 把报错那里折叠的地方发出来看看 |
[17:46:14.736] Running build in San Francisco, USA (West) – sfo1 |
这个环境变量应该设置成什么呢?我和他相同的问题,这是我给他的目标:检查环境变量,使得运行npm run build不再报错;使用npm install --legacy-peer-deps方式进行npm安装;最后使用verilog编写一个8位行波加法器; |
抱歉我没有阐述清我的问题,我已经设置了环境变量,设置了OPANAIKEY和访问码的环境变量。在执行一些任务时,它可以正常运行比如写一个C语言的冒泡排序,可以正常运行,也可以输出pdf;但是让他执行编写verilog代码时,比如用verilog编写一个8位加法器,他就会稳定报错,出现这篇帖子的问题npm run build exited with 1。按照报错log来说应该是环境变量设置有问题,但是我不太清楚要设置的环境变量是跟我具体的任务有关系吗?我应该查找哪方面的资料来添加这个环境变量呢?非常感谢你的耐心回复! |
@witcher8848 项目一旦正确部署就跟设置无关了,相反如果是运行某个任务出现了问题那得具体看一下原因了,提供一下复现步骤和更详细的错误信息,以便我们排查看看是哪里的问题 |
抱歉,我把2个问题混为一谈了,这个issue的问题,我一开始确实存在,是环境变量的问题,但在更换OPENAI KEY,并且新开了一个fork的仓库之后解决了。昨天我在查看信息时误将这个问题也以为是我部署引起的问题。我刚刚复现了网站崩溃这个问题,或许可以新开一个issue? |
我重新部署并配置了环境参数openai-key后正常,且发现“web页面提示:访问OpenAI API出错。请检查您的API密钥或稍后重试。”原因为本地调用的openai的接口无法在国内公网访问导致。 |
这个报错是因为当前使用的 |
https://github.com/Dogtiti/AutoGPT-Next-Web/issues/13 看下这个 issue |
好的感谢!
liuhaojie317
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年5月26日(星期五) 晚上9:53
收件人: ***@***.***>;
抄送: "A ***@***.***>; ***@***.***>;
主题: Re: [Dogtiti/AutoGPT-Next-Web] vercel部署成功后,执行过程vercel提示报错。 (Issue #180)
抱歉,我把2个问题混为一谈了,这个issue的问题,我一开始确实存在,是环境变量的问题,但在更换OPENAI KEY,并且新开了一个fork的仓库之后解决了。昨天我在查看信息时误将这个问题也以为是我部署引起的问题。我刚刚复现了网站崩溃这个问题,或许可以新开一个issue? 1685068105243.log
这个报错是因为当前使用的react-markdown不支持verilog语言,所以无法渲染
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Please check that this issue hasn't been reported before
请检查之前没有报告过此问题
Expected Behavior/预期行为
web页面访问正常
Current behaviour/当前行为
web页面提示:访问OpenAI API出错。请检查您的API密钥或稍后重试。
vercel提示:
Warning: Detected "engines": { "node": ">=18.0.0" } in your
package.json
that will automatically upgrade when a new major Node.js Version is released. Learn More: http://vercel.link/node-versionExpand 38 Lines
17:46:50.653 | - error Failed to load next.config.mjs, see more info here https://nextjs.org/docs/messages/next-config-error
17:46:50.659 |
17:46:50.659 | > Build error occurred
17:46:50.661 | Error: Invalid environment variables
17:46:50.661 | at file:///vercel/path0/src/env/server.mjs:16:9
17:46:50.661 | at ModuleJob.run (node:internal/modules/esm/module_job:194:25)
17:46:50.687 | Error: Command "npm run build" exited with 1
17:46:50.959 | Deployment completed
17:46:50.915 | BUILD_UTILS_SPAWN_1: Command "npm run build" exited with 1
Steps to reproduce/重现步骤
正常输入内容
Possible solution/可能的解决方案
No response
Which Operating Systems are you using?您使用的是哪种操作系统?
Acknowledgements致谢
The text was updated successfully, but these errors were encountered: