switz
switz
Explore posts from servers
CDCloudflare Developers
Created by switz on 10/29/2024 in #pages-help
When will the v2 build system support detecting yarn/pnpm version?
This is the only thing blocking me from using the v2 system
8 replies
CDCloudflare Developers
Created by switz on 10/24/2024 in #general-help
why is cloudflare not caching this route?
No description
8 replies
CDCloudflare Developers
Created by switz on 10/23/2024 in #workers-help
has anyone deployed @vercel/og to workers?
No description
1 replies
PPrisma
Created by switz on 9/21/2024 in #help-and-questions
Cant run prisma generate at build time
My build env does not have access to my database. Can I run prisma generate before deploying or at runtime?
4 replies
PPrisma
Created by switz on 9/16/2024 in #help-and-questions
nested raw query errors
WHERE
"postId" = ${postId} AND
${rootCommentId ? `"id" = ${rootCommentId}` : '"parentCommentId" IS NULL'}
WHERE
"postId" = ${postId} AND
${rootCommentId ? `"id" = ${rootCommentId}` : '"parentCommentId" IS NULL'}
I get
Message: `ERROR: argument of AND must be type boolean, not type text
Message: `ERROR: argument of AND must be type boolean, not type text
Do I need to escape this further?
11 replies
PPrisma
Created by switz on 9/16/2024 in #help-and-questions
caprover can't connect via prisma
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "everpresent", schema "public" at "srv-captain--everpresent-postgres"

Error: P1001: Can't reach database server at `srv-captain--everpresent-postgres`:`5432`

Please make sure your database server is running at `srv-captain--everpresent-postgres`:`5432`.
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "everpresent", schema "public" at "srv-captain--everpresent-postgres"

Error: P1001: Can't reach database server at `srv-captain--everpresent-postgres`:`5432`

Please make sure your database server is running at `srv-captain--everpresent-postgres`:`5432`.
I've verified this database exists and works at the correct hostname
2 replies
CDCloudflare Developers
Created by switz on 9/11/2024 in #pages-help
How can I access my d1 database in next on pages edge LOCALLY?
I have it working fine during deployment and build, but I can't seem to access it locally and there are no docs on it.
9 replies
CDCloudflare Developers
Created by switz on 5/10/2024 in #workers-help
Helsinki workers down?
Any way to force requests to alternate paths when one worker region is down?
30 replies
CDCloudflare Developers
Created by switz on 4/7/2024 in #general-help
Seeing the wrong country in cf-ipcounty
I'm in the US but it's reporting DE for some reason?
14 replies