Has anyone had any issues with R2 and convex self hosted using S3 as the storage where if I delete a
Has anyone had any issues with R2 and convex self hosted using S3 as the storage where if I delete a file from convex it doesnt get deleted on R2
12 Replies
also R2 requires all non-trailing parts to have the same length, if I try to upload a big file on the dashboard of convex it shows this error
I'd recommend using the API
With convex self-hosted, I have a problem generating the Upload URLs. Convex is trying to use 127.0.0.1/api as an endpoint, but the server has a valid DNS. How can I set the DNS for the upload endpoint?
/e: Okay problem solved, we changed the CONVEX_CLOUD_ORIGIN to be the convex endpoint behind nginx (basically
my.url.com/convex
).Hello Team. I have self-hosted it in my VPS and setup the .local.env in by convex app like this
Now when i am running
npx convex dev
, its pointing me to my logged in account and asks to create/choose project. I am not able to setup my project with selfhosted convex. Please help. What can be wrong?if i run
npx convex deploy

anyone ??
What can be the issue? help much needed
Hi gang - I've got MCP up on VS Code (mostly) but I'm having a problem using it in tandem with Docker. I'm getting
{"error":"Not Authorized: Run
npx convex dev to login to your Convex project."}
Even though I can get to it because I have my .env.local file configured when I run the TanStack app just fine.
VITE_CONVEX_URL=http://xx.xx.xx.123:3210
Need to set that too
Also, name it .env.local, not .local.env

Thanks for the reply, @Manchuwook . But my .env.local has correct entries ig. My deployment url looks good. I have mapped the port 3210 via proxy.
so https://convex.basicmonster.in/ maps to https://convex.basicmonster.in:3210. Still i get error.


i am so much stuck into this
i have
npx convex dev
running in a seperate shell session
@Sandeep how did you fix thisAre you talking about my previous issue?
@HPsaucii ?