Trying to check out AI SDK devtools; I have my middleware wrapper setup, and am running `npx /devtools`. Reports the following
🔍 AI SDK DevTools API running on port 4983 Open http://localhost:5173 for the dev UI
However, my browser is unable to connect to 5173. ERR_CONNECTION_REFUSED as if there isn’t a server running on that part.
4983 however does show a page saying this is for the API only and sends me to 5173.
Is there another server that needs to be running and listening on 5173 to serve the UI interface? Is this meant to be like Drizzle Studio with a proprietary UI served on a Vercel domain and this isn’t setup yet?
“ai”: “^6.0.78”,“@ai-sdk/devtools”: “^0.0.11”,