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
@louis030195 i want to work on this. I'm trying to reproduce this error by adding config as you mentioned. but how to test on cloud?
edit :
I figure it out to test with cloud I've to run this command bunx wrangler deploy then
change these env variables with Cloudflare workers deployed URL:
but the issue it in dev mode it is working fine and I don't have an active Cloudflare active subscription to test on cloud. bunx wrangler deploy output :
➜ ai-proxy git:(main) ✗ bunx wrangler deploy
⛅️ wrangler 3.80.4 (update available 3.107.2)
--------------------------------------------------------
Total Upload: 771.58 KiB / gzip: 146.36 KiB
Your worker has access to the following bindings:
- Durable Objects:
- RATE_LIMITER: RateLimiter
✘ [ERROR] A request to the Cloudflare API (/accounts/9728a78xxxxxx0a232d/workers/scripts/ai-proxy) failed.
In order to use Durable Objects, you must switch to a paid plan at
https://dash.cloudflare.com/9728a7xxxxxxa0a232d/workers/plans. [code: 10084]
If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
atm getting 403
how to reproduce:
in
screenpipe-actions/ai-proxy/index.ts
same works locally using
bunx wrangler dev
but get 403 when deployed/bounty 100
my guesses:
try
bunx wrangler tail
btwThe text was updated successfully, but these errors were encountered: