meenie
CCConvex Community
•Created by meenie on 11/21/2024 in #support-community
Preview Deployments and SITE_URL for Convex Auth
I believe it uses the HTTP actions URL, which is the
.site
TLD as it registers HTTP actions for you. The SITE_URL
has to be different because that's where your app lives.10 replies
CCConvex Community
•Created by meenie on 11/21/2024 in #support-community
Preview Deployments and SITE_URL for Convex Auth
Convex is doing something, yes. They will set the appropriate
CONVEX_URL
. I'm actually not sure how it's detecting it, but it knows I'm using Expo, so it's setting it to PUBLIC_EXPO_CONVEX_URL
, which works well :). Convex Auth is separate and is the library requiring SITE_URL
to be set. But as @sshader pointed out above, you can override the behavior having to need SITE_URL
. I'll just manage it myself based on what env I'm in.10 replies
CCConvex Community
•Created by meenie on 11/21/2024 in #support-community
Preview Deployments and SITE_URL for Convex Auth
Thank you so much! I'll give the
redirect
callback a go!10 replies
CCConvex Community
•Created by maxmartinezruts on 11/18/2024 in #support-community
"Database bandwidth" Discrepancy
Thank you!
7 replies
CCConvex Community
•Created by maxmartinezruts on 11/18/2024 in #support-community
"Database bandwidth" Discrepancy
You said we are charged for deleting data from a table in the dashboard and proposed an alternative but you didn't actually say what that was. Would be good to know how to not incur bandwidth usage when I'm mass deleting :).
7 replies
CCConvex Community
•Created by meenie on 10/27/2024 in #general
Just to get something straight in my
I thought Supabase made this easy lol.
12 replies
CCConvex Community
•Created by meenie on 10/27/2024 in #general
Just to get something straight in my
Dope! Don't even have to think about this shit. It's wild lol.
12 replies
CCConvex Community
•Created by meenie on 10/27/2024 in #general
Just to get something straight in my
Which is pretty badass, tbh. Because the caching problem is "solved", why isn't that just on by default?
12 replies
CCConvex Community
•Created by meenie on 10/27/2024 in #general
Just to get something straight in my
I've hooked up
convex-helpers/react/cache
, which I'm assuming will be the answer to this question.12 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use
This is all working fine. You're right, it's only the
index.js
file that is being imported. Damn, I hate being stupid.27 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use
27 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use
None of the
console.log
s I've added in that file are coming through. Saving it doesn't trigger a deploy. I've made changes to my files that consume this library and also restarted npx convex dev
and there are no console logs coming through from there. Only the ones in my own files.27 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use
I'll add some console logs.
27 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use
bun patch
just makes it easier to mutate a file in your node_modules
after a bun install
. It creates a patches
folder in your app and applies diffs to the proper files. It's a nice way to patch security issues ASAP without having to wait on the 3rd-party author to do so.27 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use
27 replies
CCConvex Community
•Created by meenie on 10/22/2024 in #general
Will it ever be possible to use

27 replies