workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
⚡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Bug in Wrangler - it randomly adds [object Object] to console.log()'d string output
console.log()
something, if it's over a certain lenght (unclear), Wrangler malforms it and swaps parts of it out for [object Object]
.
So you'll get something like:...Is there a way to specify the wrangler file directory?
Uncaught Error: No such module "node:buffer". imported from "worker.js" (Code: 10021)
522 error in Cloudflare Workers production
Mailing from worker
UnknownError started appearing. Looks like an internal error
Workers rate limit working only locally
wrangler dev
(local server) but it does not on the cloud. When I try console logging the binding name after triggering the worker fetch, I get an empty object {}
for the binding object. The same thing on local has limitVal
, period
etc which is the rate limit config from wrangler.toml. Has anyone else faced something similar?Node Http2 request to another origin
Error: Unable to delete cached response
How to modify websocket request before sending it to durable object
durableObject.fetch(request)but I want to send it like this:
durableObject.fetch(modifiedRequest)...
Masking(hide) d1 uuid on wrangler.toml
Sub Domain
With function calls, are system messages or description properties preferable to instruct AI?
type=system
message to instruct AI, while the other omits this and instead provides description
properties. If I do neither approach, I get erroneous/extra results from just the two bits asked for (fruit + vegetable). Which is preferable, according to how this functionality is designed?
Version 1 - with system message
```
const response = await env.AI.run('@hf/nousresearch/hermes-2-pro-mistral-7b', {...AI embedded functions calls - how can my function influence the AI response?
Worker script gets minified twice
Wrangler redirect to OAuth login which then tries to redirect to localhost
wrangler d1 list
it opens the OAuth login page (https://dash.cloudflare.com/login?login_challenge=feabbb4e302c4204a50bbfdef7624292) which then redirects to https://dash.cloudflare.com/oauth/consent-form?consent_challenge=a942e5f5517b42c9ac4b98012753519a, and once I accept (which i've done many time in the past), it redirects to localhost (below).
http://localhost:8976/oauth/callback?code=03iCZmOxfZNXNPi50KyeaiGZQFS7-ZbVOsI7iV3PA58.7Zwut3uaNZTYF_e2Kdt--oJM2ZRpol4LUwe0GJeU3cE&scope=account%3Aread%20user%3Aread%20workers%3Awrite%20workers_kv%3Awrite%20workers_routes%3Awrite%20workers_scripts%3Awrite%20workers_tail%3Aread%20d1%3Awrite%20pages%3Awrite%20zone%3Aread%20ssl_certs%3Awrite%20constellation%3Awrite%20ai%3Awrite%20queues%3Awrite%20offline_access&state=m_e1_y1h9_F8prHyVG1CK4tEReOH7pdH...Dynamic image rendering with Workers
R2 via workers returnind undefined for list, get, delete and put requests
Worker not accepting POST connections from outside Cloudflare.
false
to true
stays the same. If you need full code to test (not screenshots) send me a DM and I'll hook you up with the code.