Subject:
Stale custom URL bonnieandleo.ai.studio remains globally reserved
My Google AI Studio account has only one visible app:
bonnie-leo-ai-growth-paradise
Current app ID:
2effe818-b9bf-4670-9448-e2a958d89339
Project:
gen-lang-client-02190095..
The custom URL bonnieandleo.ai.studio is unavailable, but the app that appears at that URL is not visible in My apps, History, or Recents. The URL currently serves an old stale app, while /login.html returns 404.
Please help release or reassign bonnieandleo.ai.studio to the visible current app.
Update (August 1, 2026): The issue is still reproducible. Direct checks show:
- bonnieandleo.ai.studio/ returns HTTP 200 but still serves the old 408-byte “My Google AI Studio App” shell; /login.html returns 404.
- bonnienleo.ai.studio/ and /login.html both return 404.
- The current app serves the latest build at its Cloud Run URL; its /login.html returns 200.
- The current AI Studio publish flow fails with “Failed to publish app” and does not expose a Custom URL field.
- My Apps and History still show no older Bonnie & Leo app.
Could a staff engineer release or reassign bonnieandleo.ai.studio, or restore the orphaned AI Studio URL ownership? Please advise if you need additional logs or screenshots. No credentials or private media are included.
Additional update (August 1, 2026):
I tested a non-destructive fallback by using the visible bonnienleo AI Studio app and creating a Remix copy named bonnienleo-republish (app ID: 5997bd68-26b4-45b0-8674-5d665b…). The copy cannot finish initialization: Preview and Code remain disabled. The browser console reports:
- “Failed to create free tier project and key: Suspicious activity detected. Request blocked.”
- “Failed to get brand type: Requested entity was not found.”
The existing Cloud Run services and Cloudflare Pages deployment are healthy and serve the latest build. The custom URL behavior remains:
- bonnieandleo.ai.studio serves the old 408-byte app shell; /login.html is 404.
- bonnienleo.ai.studio is 404.
- The current latest app is only reachable via its run.app and Cloudflare Pages URLs.
This appears to be an AI Studio control-plane / URL ownership issue, not an application build error. Please check for the orphaned custom URL allocation and release or reassign bonnieandleo.ai.studio; if that cannot be done, please advise how to claim bonnienleo.ai.studio without creating a new Starter/free-tier project. No credentials or private media are included.
The custom URL remains reserved because the Cloud Run service and domain mapping are still active in your GCP project (Double check that gen-lang-client-02190095... is the right GCP project where AIS deployed, else, navigate to that project where AIS might have deployed the app).
run:
# 1. Delete Cloud Run service
gcloud run services delete <SERVICE_NAME> --region=<REGION> --project=<GCP_PROJECT_ID>
# 2. Delete domain mapping to release the URL
gcloud beta run domain-mappings delete --domain=bonnieandleo.ai.studio --region=<REGION> --project=<GCP_PROJECT_ID>