glucinater
CCConvex Community
•Created by glucinater on 9/25/2024 in #support-community
Snapshot import without ID
is there a way to update the deployment?
8 replies
CCConvex Community
•Created by glucinater on 9/25/2024 in #support-community
Snapshot import without ID
Looking at the docs this seems to be a bug
8 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
No just a side project for finding the cheapest beer for my college campus. I’m using tanstack query to handle caching though so Idk I’ll have too many issues anyway
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
The Drizzle orm helps a bit but migrations and schemas with convex are hard to beat
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
as a lot of the resources online are outdated which makes it hard to setup. After that it’s not bad and everything is in one place which is nice. That being said I’ve spent a decent bit of time trying to get the dx experience as close to convex as possible lol.
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
Also it’s pretty cheap which is nice and has easy integration with cloudflare data products like d1 (SQLite), kv store, and r2 (s3 essentially)
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
Haven’t used vercel for anything more than hosting static sites though
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
I believe the main difference is there’s no real “server” for cloudflare. It uses cloudflare workers so anything server side needs to specify that it uses the edge runtime
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
I’m using Next. https://developers.cloudflare.com/pages/framework-guides/nextjs/ssr/
I configured my particular setup though to do most things through server actions
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
No I’m currently running everything through Cloudflare products (d1, workers, etc). I just prefer using convexs db over sql
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
I’m currently using https://www.cloudflare.com/developer-platform/pages/ for a project and find how I only get 1 bill and 1 platform to worry about very convenient. Would be nice to have something similar in convex
23 replies
CCConvex Community
•Created by glucinater on 9/6/2024 in #support-community
Are there any plans for a convex hosting service?
gotcha, what about plans for partnerships with hosting platforms? Being able to manage everything for an app from the convex platform would be convenient
23 replies
CCConvex Community
•Created by glucinater on 3/18/2024 in #support-community
Rendering JS for scraping with Actions
Are convex actions just lambdas under the hood?
5 replies
CCConvex Community
•Created by glucinater on 2/29/2024 in #support-community
React Native Imports not found
v21.6.2
12 replies
CCConvex Community
•Created by glucinater on 2/29/2024 in #support-community
React Native Imports not found
Also unrelated but I see this when i run npx convex dev in react native
12 replies
CCConvex Community
•Created by glucinater on 2/29/2024 in #support-community
React Native Imports not found
ah did the trcik, thanks!
12 replies
CCConvex Community
•Created by glucinater on 2/5/2024 in #support-community
db.insert and db.get in succession not working
looks like that was the erro, thanks for the help
10 replies
CCConvex Community
•Created by glucinater on 2/5/2024 in #support-community
How to avoid "connection reset by peer" exceptions when using python api?
Gotcha, thanks for the help!
6 replies
CCConvex Community
•Created by glucinater on 2/5/2024 in #support-community
How to avoid "connection reset by peer" exceptions when using python api?
Do repeated requests cause this error or is it random?
6 replies
CCConvex Community
•Created by glucinater on 2/5/2024 in #support-community
db.insert and db.get in succession not working
Also it looks like there were duplicate values, guessing due to human input errorss
10 replies