Hi everyone,
I’m seeing this error when using Fusion Assistant via CLI:
codegen/completion endpoint: BadStatus403
Details:
@builder.io/dev-tools@latest (1.11.16)
Dev server: Vite at http://localhost:5173
Launch command:
npx “@builder.io/dev-tools@latest” launch --serverUrl http://localhost:5173
Fusion logs:
┌ fusion 1.11.16
│
◆ Logged in as space: Alireza BP Space
│
●
Setting up Builder.io server on port 48752
◆
Builder.io server running at http://localhost:48752
● Proxying to existing dev server at http://localhost:5173…
● OPEN BROWSER: Builder.io: Visual Development Platform
Account: Pro plan, all Agent Credits available
React + Vite project, Builder initialized in App.tsx
import { builder } from “@builder.io/react”;
builder.init(import.meta.env.VITE_PUBLIC_BUILDER_KEY);
Observations:
-
Fusion works correctly in the web version (https://builder.io), without using the CLI.
-
The problem occurs only when using the CLI (
launchcommand). -
I have already verified that my Agent Credits are not exhausted.
-
Ports and URLs are consistent between CLI and dev server.
It seems like the CLI may be sending requests that are rejected by the endpoint, resulting in a 403 status. I am not sure if this is related to authentication, proxy setup, or another CLI-specific issue