Catalin Ciocea

Results 1 comments of Catalin Ciocea

Open file opendevin/frontend/vite.config and there corect these lines of code "const BACKEND_HOST = process.env.BACKEND_HOST || "127.0.0.1:3000"; // check BACKEND_HOST is something like "example.com" if (!BACKEND_HOST.match(/^([\w\d-]+(\.[\w\d-]+)+(:\d+)?)/)) { throw new Error( `Invalid...