chatgpt-demo
chatgpt-demo copied to clipboard
when I set environment variables in vercel, redeploy is fail.
Describe the bug
if I not set environment variables (HTTPS_PROXY) in vercel, it can redeploy success.
Reproduction
vercel
System Info
vercel
Used Package Manager
npm
Validations
- [ ] Follow our Code of Conduct
- [ ] Read the Contributing Guide.
- [ ] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [ ] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [ ] The provided reproduction is a minimal reproducible of the bug.
The Vercel environment does not support the HTTPS_PROXY environment variable, you can simply remove it. We will also remove this variable in the next major update.
Also, I reproduced the bug, but really don't know why it's happening...
ok,thanks,I not use HTTPS_PROXY.