f8
f8
CDCloudflare Developers
Created by f8 on 6/13/2024 in #workers-help
Cloudflare cronjob bug
No description
2 replies
CDCloudflare Developers
Created by f8 on 6/11/2024 in #workers-help
CORS error
Im getting the following: Access to fetch at 'http://my-endpoint.username123.workers.dev/' from origin 'http://localhost:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request. http://localhost:3000 is frontend im running where im making post fetch request. when i call http://my-endpoint.username123.workers.dev/ via curl it works but not in frontend browser on localhost. How would i fix to try it on react localhost frontend
1 replies
CDCloudflare Developers
Created by f8 on 5/31/2024 in #workers-help
I am trying to test locally getting a file from R2 bucket which i added via dashboard
I created a worker cron job and am testing locally via wrangler dev --test-scheduled. calling await env.MY_BUCKET.get('myfile.json'); returns null even though the file exists in my R2 bucket dashboard. Why is this the case?
52 replies