Hello, I am building a web app by using Google AI Studio’s build modal, but when I deploy it to Cloud Run, the AI features of my app works on Chrome browsers but never works on Safari. I deep researched and I found that Google’s proxy “aistudio/applet-proxy” doesn’t have compatibility to Safari. That needs to be solved. Or is there any solution?
3 Likes
This issue has been resolved in the latest version of us-docker.pkg.dev/cloudrun/container/aistudio/applet-proxy:latest. Re-deploying from AI Studio will pick up the latest container version and fix issues on safari/iOS.
1 Like