-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension not interacting in dashboard. #13
Comments
Exact same issue here. |
If the For developing locally, please make sure the websocket server is running first then open up the browser console to see what errors are displayed. For a production deployment, please ensure the websocket server was successfully deployed to Cloud Run and is open to public traffic. It's likely a configuration somewhere on the websocket server, given that the Extension Tile loads. On the backend deployment there should be 2 areas to customize:
|
Hi @LukaFontanilla I'm not sure that actually solves the issue at hand. Looking at the code, it appears that the "Generate" button is disabled if the socket connection is not set -
Looking at the code that sets the socket connection, in production it is set to be the "WEBSOCKET_SERVICE" environment variable: dashboard-summarization/src/socket.ts Line 29 in 3d6defc
Can you please let me know if I'm missing something? |
@alexanderwhatley the On the frontend side there are two places where the
|
@LukaFontanilla understood, but it is never specified that it is required, nor is it specified what it is. Can you make those changes in the README? |
Hello! This project is awesome, and I really appreciate you sharing your path to incorporating gemini in looker. I am having an issue where I cannot interact with the extension when I have it in my dashboard. Is there any sort of additional setup I need to do with Gemini + Vertex AI in GCP? Feel like I'm so close to having this working but stuck here, let me know if you had this issue! Thanks!
The text was updated successfully, but these errors were encountered: