chronark
Explore posts from serversCDCloudflare Developers
•Created by chronark on 6/12/2024 in #general-help
Load balancer times out
7 replies
CDCloudflare Developers
•Created by chronark on 4/6/2024 in #general-help
workers launchpad channel
hey guys, the email said we should message someone on discord about getting access to the cohort-3 discord channel, but that's very vague
who do we actually need to reach out to?
14 replies
CDCloudflare Developers
•Created by chronark on 4/4/2024 in #workers-help
workers.api.error.no_access_to_rollouts [code: 10208] when trying to upload a version
I logged out and in with wrangler to reset the token, but it's still returning this error
12 replies
CDCloudflare Developers
•Created by chronark on 3/8/2024 in #workers-help
unstable_dev wrangler authentication
Hey there, I'm using https://developers.cloudflare.com/workers/wrangler/api/#unstable_dev for testing and it's great locally, where I have
wrangler
authenticated, but how would I do this in CI?
there are no docs around it.
I tried setting CLOUDFLARE_API_TOKEN
as env variable, which works for deploying workers, but apparently that doesn't work with unstable_dev(.., { local: false})
2 replies
CDCloudflare Developers
•Created by chronark on 2/21/2024 in #workers-help
Cannot resolve Durable Object due to transient issue on remote node.
We've gotten a ton of errors lately due to
Cannot resolve Durable Object due to transient issue on remote node.
What do you suggest we do about it?
we're really sensitive about latency, so adding exponential backoffs is not ideal.7 replies
DTDrizzle Team
•Created by chronark on 2/2/2024 in #help
"drizzle-orm/planetscale-serverless/migrator" in cf workers
Hey guys in cf workers you don't have access to the file system, how hard would it be to provide migrations to the
migrate
function?
something like this:
12 replies
DTDrizzle Team
•Created by chronark on 12/11/2023 in #help
planetscale - removing uniqueIndex
Hey there, I'm trying to remove a unique index on planetscale but when I push my schema, it tells me the constraint is not found
My change:
6 replies
DTDrizzle Team
•Created by chronark on 12/8/2023 in #help
[solved] database.insert is not a function
Hey friends,
I'm trying to setup drizzle with mysql but can not insert data :/
and then in my app it crashes:
Has anyone encountered this too?
3 replies