들어가며저는 AI 블로그 분석기 서비스를 만들고 있습니다. Cloudflare Workers 로 API 를 서빙하고 있습니다. LLM API 는 gemini-2.5-flash-light 로 저렴하지만, 강력한 모델을 쓰고 있습니다. 오늘 서비스를 배포하고 바로 에러가 잡히기 시작하여, 분석해보았습니다. 에러 분석 : User location is not supported for the API use배포 후, 얼마 지나지 않아 Sentry 에 이런 로그가 잡혔습니다. 상세 로그를 보시죠{ "code": 400, "message": "User location is not supported for the API use.", "status": "FAILED_PRECONDITION"} google..