You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The proxy URL is incorrect. For local setup it probably should be
const PROXY_URL = "ws://localhost:8080";
The Cloud Run option describes how to do it there, but if a user only wants to do local setup they won't read that and expect it to work.
I'd recommend either setting a default proxy URL that works for local setup (preferred) or point the user in the README in the section for local setup to the code where they need to make a change.
File Name
gemini/multimodal-live-api/websocket-demo-app/frontend/script.js
What happened?
The proxy URL is incorrect. For local setup it probably should be
const PROXY_URL = "ws://localhost:8080";
The Cloud Run option describes how to do it there, but if a user only wants to do local setup they won't read that and expect it to work.
I'd recommend either setting a default proxy URL that works for local setup (preferred) or point the user in the README in the section for local setup to the code where they need to make a change.
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: