chatgpt-demo icon indicating copy to clipboard operation
chatgpt-demo copied to clipboard

when I set environment variables in vercel, redeploy is fail.

Open zhi-re opened this issue 2 years ago • 2 comments

Describe the bug

image image

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.

zhi-re avatar Mar 10 '23 03:03 zhi-re

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...

ddiu8081 avatar Mar 10 '23 13:03 ddiu8081

ok,thanks,I not use HTTPS_PROXY.

zhi-re avatar Mar 11 '23 07:03 zhi-re