i’ve been using workers AI via the binding from my worker for many months and it‘s been great. overa
i’ve been using workers AI via the binding from my worker for many months and it‘s been great. overall, very happy with it, thanks to all who are putting in the work to make it work so well.
however, there is a frustrating DX paper cut, which is that when running the worker locally in dev, i have to authenticate at least once a day. it gets triggered by invoking
however, there is a frustrating DX paper cut, which is that when running the worker locally in dev, i have to authenticate at least once a day. it gets triggered by invoking
env.AI.run(…), and i get an authentication error in the console and it opens my default web browser to the cloudflare dashboard’s grant permissions UI (or sometimes crashes the process and i just run wrangler login manually to do it). is this normal and expected?