Skip to content
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

[vite] http proxy error #48

Closed
vanetreg opened this issue Nov 14, 2023 · 2 comments
Closed

[vite] http proxy error #48

vanetreg opened this issue Nov 14, 2023 · 2 comments

Comments

@vanetreg
Copy link

vanetreg commented Nov 14, 2023

I got a bunch of errors after trying to test OpenGPTs.
Note I'm on Windows 10
Langchain: 0.0.335
Langserve: 0.0.26

The error I got:

  VITE v4.5.0  ready in 674 ms

  ➜  Local:   http://localhost:5173/
  ➜  Network: use --host to expose
  ➜  press h to show help
18:07:22 [vite] http proxy error at /config_schema:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:07:22 [vite] http proxy error at /input_schema:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:07:22 [vite] http proxy error at /threads/:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:07:22 [vite] http proxy error at /assistants/:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:07:22 [vite] http proxy error at /assistants/public/:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:08:08 [vite] http proxy error at /config_schema:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:08:08 [vite] http proxy error at /input_schema:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:08:08 [vite] http proxy error at /threads/:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:08:08 [vite] http proxy error at /assistants/:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
18:08:08 [vite] http proxy error at /assistants/public/:
Error: connect ECONNREFUSED 127.0.0.1:8100
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)

Frontend exists but doesn't work, having a bunch of 500s and others in Dev Tools of Chrome.

@vanetreg
Copy link
Author

Redis URL was not added, that was the problem.

@2922832737C
Copy link

我添加了redis之后还是这个错误,我是在另一个机器上下载的redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants