Bamboo
Bamboo
CDCloudflare Developers
Created by Bamboo on 11/10/2023 in #workers-help
Building search suggestions for a website
Wow, this fits all my need including pricing, although there docs is missing for cloud, no problem, as it takes about one month to build my project, till then I think they will update their docs. Anyway, thanks for your suggestion.
5 replies
CDCloudflare Developers
Created by Bamboo on 11/10/2023 in #workers-help
Building search suggestions for a website
I read that indexes auto update and be in sync with table. Is that the case with d1?
5 replies
CDCloudflare Developers
Created by Bamboo on 5/20/2023 in #workers-help
CORS issue even when CORS header are added
I added code to respond OPTIONS request with headers and it worked. But the other thing, I noticed is that it is throwing CORS issue when I sent in fetch body, a text when database schema is expecting number like ' phone:"abc" ' , which should as per me should be database error, not cors error. Is it common
14 replies
CDCloudflare Developers
Created by Bamboo on 5/20/2023 in #workers-help
CORS issue even when CORS header are added
Tried to send OPTIONS request and POST request, same cors issue
14 replies
CDCloudflare Developers
Created by Bamboo on 5/20/2023 in #workers-help
CORS issue even when CORS header are added
I dont see any error in dashboard metrics. I tried to curl via terminal and postman, both resulted in success but when I do fetch(), i see this cors issue. And also I tried curl -v with POST, and it shows headers with success.
14 replies
CDCloudflare Developers
Created by Bamboo on 5/17/2023 in #workers-help
Workers request.body empty
Thanks, it worked
4 replies
CDCloudflare Developers
Created by Bamboo on 5/11/2023 in #workers-help
Connecting to CockroachDB serverless using pg via workers
any other immediate solution?
5 replies