Git Product home page Git Product logo

Comments (4)

yinfangchen avatar yinfangchen commented on July 27, 2024

I did the delta debugging. This 1e8a079 commit will have the HTTP 404 error; while its parent commit 7b5d068 will have the This site can’t be reached. localhost refused to connect. ERR_CONNECTION_REFUSED

It seems that this commit 1e8a079 did not solve the problem fully.

from xagent.

yinfangchen avatar yinfangchen commented on July 27, 2024

I can see the login page by using the npm way:

cd ../XAgentWeb
npm install
npm run dev

but the login failed with log:

 ERROR  1:35:17 AM [vite] http proxy error at /login:                                                                                                  01:35:17
Error: connect ECONNREFUSED 127.0.0.1:8090
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16)

 ERROR  1:35:32 AM [vite] http proxy error at /login:                                                                                                  01:35:32
Error: connect ECONNREFUSED 127.0.0.1:8090
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1157:16) (x2)

Got a 500 HTTP error when checking the browser console log, stack trace:

"AxiosError: Request failed with status code 500\n    
at settle (http://localhost:5173/node_modules/.vite/deps/axios.js?v=87ac9443:1193:12)\n    
at XMLHttpRequest.onloadend (http://localhost:5173/node_modules/.vite/deps/axios.js?v=87ac9443:1424:7)"

from xagent.

siiia avatar siiia commented on July 27, 2024

获取到http 500错误说明你的请求到了XAgentServer端,你可以把docker里面的报错日志也贴出来看看

from xagent.

sailaoda avatar sailaoda commented on July 27, 2024

Hello, we have merge web ui front and back ends into one docker, and now you could try to run "docker compose up" under /XAgentServer, and make the nginx runing. You could visit "http://localhost:5173" to use web ui.

from xagent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.