richburdon
Explore posts from serversCDCloudflare Developers
•Created by richburdon on 7/26/2024 in #workers-help
migration
is there a way to inspect what the environment considers the state to be?
3 replies
CDCloudflare Developers
•Created by richburdon on 7/26/2024 in #workers-help
migration
e.g., i'm getting errors like below on deploy:
3 replies
CDCloudflare Developers
•Created by richburdon on 7/20/2024 in #workers-help
Wrangler redirect to OAuth login which then tries to redirect to localhost
but working on retries
6 replies
CDCloudflare Developers
•Created by richburdon on 7/20/2024 in #workers-help
Wrangler redirect to OAuth login which then tries to redirect to localhost
e.g., today i've been seeing this a lot
6 replies
CDCloudflare Developers
•Created by richburdon on 7/20/2024 in #workers-help
Wrangler redirect to OAuth login which then tries to redirect to localhost
i was consistently failing for about half an hour and i went on to work on something else. when i came back to this it was working again. i've seen errors with wrangler like this in the past.
6 replies
CDCloudflare Developers
•Created by richburdon on 7/20/2024 in #workers-help
Wrangler redirect to OAuth login which then tries to redirect to localhost
the full error from wrangler:
6 replies
CDCloudflare Developers
•Created by Prince on 5/20/2024 in #vitest-integration-beta
I ran into this issue too - `Error:
did you ever resolved this? i'm having the same issue.
4 replies
CDCloudflare Developers
•Created by Abhaykd on 7/11/2024 in #workers-help
Unable to setup prisma accelerate with cloudflare workers
assuming that Pages project require the datasource url to be set -- what value would that be?
5 replies
CDCloudflare Developers
•Created by Abhaykd on 7/11/2024 in #workers-help
Unable to setup prisma accelerate with cloudflare workers
hi @Cyb3r-Jok3 @Abhaykd did this work for you. I have been using Prisma in my worker project, but when I tried to access the DB using prisma from another pages worker i started to get this error.
in the worker we're setting up the client like this:
new PrismaClient({ adapter: new PrismaD1(c.env.DB) });
5 replies
CDCloudflare Developers
•Created by richburdon on 6/2/2024 in #pages-help
wrangler pages deployment tail error
10 replies
CDCloudflare Developers
•Created by richburdon on 6/2/2024 in #pages-help
wrangler pages deployment tail error
if i specify the deployment directly (by guessing what that is from the CF URL from the dashboard since I can't find that anywhere else). then it works.
10 replies
CDCloudflare Developers
•Created by richburdon on 6/2/2024 in #pages-help
wrangler pages deployment tail error
wrangler pages deployment list --project-name=composer
returns a list of deployments BUT only the first 25 -- which are all preview
. I don't see a way to filter production
. My guess is that wrangler pages deployment tail --project-name=composer --environment=production
fails because it only grabs the first page.10 replies
CDCloudflare Developers
•Created by richburdon on 6/2/2024 in #pages-help
wrangler pages deployment tail error
still failing
10 replies
CDCloudflare Developers
•Created by richburdon on 6/19/2024 in #workers-help
Uncaught Error: EvalError: Code generation from strings disallowed for this context
I resolved the issue (found
Function('path', 'return import(path)')
) but would still like to know if there's a better way to diagnose or find the error.2 replies
CDCloudflare Developers
•Created by richburdon on 6/2/2024 in #pages-help
wrangler pages deployment tail error
(separately, it would be great to have a general --json option for all wrangler commands to get jq parsable output (e.g., list of deployments)
10 replies
CDCloudflare Developers
•Created by richburdon on 6/2/2024 in #pages-help
wrangler pages deployment tail error
the only thing that i can see different for the production env is that we have custom domains
10 replies