Júlio
Explore posts from serversCDCloudflare Developers
•Created by Júlio on 11/13/2024 in #general-help
Is it possible to transfer an account?
I was developing a project in my personal account and know I wanted to move the entire account to a business user.
But if I move my only account, I will lose the possibility to create another personal account on my user.
4 replies
CDCloudflare Developers
•Created by Júlio on 11/13/2024 in #general-help
I was charged more than expected for the images transformation api
I opened a ticket a while ago, but received a response yet.
Case number: 01233850
5 replies
DTDrizzle Team
•Created by Júlio on 10/31/2024 in #help
TypeError: Cannot read properties of undefined (reading 'isRLSEnabled')
TypeError: Cannot read properties of undefined (reading 'isRLSEnabled')
I am getting this error when using Drizzle kit push
I am using Supabase. I recently updated the Drizzle Orm and Drizzle Kit and I was not getting this error before the update.
22 replies
CDCloudflare Developers
•Created by Júlio on 9/30/2024 in #workers-help
I am having a problem uploading files to my r2 bucket from my running server in my PC.
I am having a problem uploading files to my r2 bucket from my running server in my PC.
I can upload from my notebook, but not on my desktop.
Error:
Access to fetch at 'https://assets.1bcd53a1084b67fa3ddf1a0699695e41.r2.cloudflarestorage.com/listings/6fbc9c1c0163001bfa55/fb2f1779-dc0f-4a5e-b985-ad3deb6802a3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=31ebe7697dfe3b67c1dfc8f7deabc836%2F20240928%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20240928T221701Z&X-Amz-Expires=60&X-Amz-Signature=1fc3a9ba142244b76db925a3563f03a7ce26534621c0624dd56eafa025b4b453&X-Amz-SignedHeaders=host&x-id=PutObject' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
My R2 CORS:
{
"AllowedOrigins": [
""
],
"AllowedMethods": [
"GET",
"PUT",
"DELETE"
],
"AllowedHeaders": [
""
],
"MaxAgeSeconds": 3000
}
]
9 replies
CDCloudflare Developers
•Created by Júlio on 7/31/2024 in #workers-help
Does IPX from unjs works in Workers?
1 replies
CDCloudflare Developers
•Created by Júlio on 6/20/2024 in #pages-help
Can`t use postgres-js in Cloudflare Pages
13 replies
DTDrizzle Team
•Created by Júlio on 5/6/2024 in #help
How to get the type from a view with pgView?
12 replies
DTDrizzle Team
•Created by Júlio on 11/29/2023 in #help
What is the best way to create conditional filters on a query?
I am building an marketplace for rural real estate.
I would like to build a filter system with multiple options to filter.
What would be the best way to do this with Drizzle?
It would be like Airbnb.
5 replies