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
Hi, Really appreciate your great work here! I encountered an issue when I tried to implement this on my dashboard. I manually tested my cloud run app, it works. and I built the dashboard_summarization.js and uploaded to my looker project. I'm able to see the extension and am able to click generate summary. However, I didn't see any response back. By checking the source code on the Devtool Console. I found the error: Error generating query summary: Error: Error: Unable to parse request url "/generateSummary" I did update the js file a bit since the endpoint url should be the cloud run api endpoint/generateSummary but not generateQuerySummary. I tested this before and after the change. I got the same error anyway. Please let me know if i made anything wrong here. Thanks!