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
Copy file name to clipboardExpand all lines: src/runtime/ai/server/utils/ai.ts
+6-1
Original file line number
Diff line number
Diff line change
@@ -111,9 +111,14 @@ async function handleProxyError(err: H3Error) {
111
111
if(import.meta.dev&&err.statusCode===403){
112
112
console.warn('It seems that your Cloudflare API token does not have the `Worker AI` permission.\nOpen `https://dash.cloudflare.com/profile/api-tokens` and edit your NuxtHub token.\nAdd the `Account > Worker AI > Read` permission to your token and save it.')
0 commit comments