erquhart
CCConvex Community
•Created by nicholoading on 3/23/2025 in #support-community
npx convex dev not working
Does the browser open and show the code?
5 replies
CCConvex Community
•Created by coochie boy sniped u on 3/22/2025 in #support-community
how do i install ssl on my selfhosted docker deploy?
Thanks for circling back with your solution!
6 replies
CCConvex Community
•Created by Omar on 3/23/2025 in #general
Anyone know a good npm library for
Recent tip from Nicolas, mark sharp as an external package: https://discord.com/channels/1019350475847499849/1019350478817079338/1347637114195415130
4 replies
CCConvex Community
•Created by Omar on 3/23/2025 in #general
Anyone know a good npm library for
This exists, I know nothing about it but the docs look nice: https://jimp-dev.github.io/jimp/. Unless you're actually letting users crop images in-app, I'd also consider using something like Cloudflare's image cdn to serve the sizes you want. Curious what you're running into with sharp though, especially in node env.
4 replies
CCConvex Community
•Created by Starlord on 3/22/2025 in #general
i dont understand why Date.now() is
Hmm that's pretty interesting. I would comment stuff out in that internal query body until it works with the date.now(), even if that means nothing else is running except date.now(). Then uncomment things until you find a culprit, since you know date.now() does work in a similar different query.
6 replies
CCConvex Community
•Created by stefano on 3/22/2025 in #general
yep most likely it is, there is no way
That kinda makes sense if it's infra related and external to your code - but this is also supposed to be really rare, is it happening often? Have you tried action retrier for it?
4 replies
CCConvex Community
•Created by stefano on 3/22/2025 in #general
yep most likely it is, there is no way
Yeah I would expect it to throw, are you awaiting it in the client or via ctx.runAction? What value is being returned if it isn’t throwing?
4 replies
CCConvex Community
•Created by Starlord on 3/22/2025 in #general
i dont understand why Date.now() is
What’s the error
6 replies
CCConvex Community
•Created by fugufish on 3/17/2025 in #support-community
Optimistic Update & Image Uploads
Might be able to give better suggestions with more context.
4 replies
CCConvex Community
•Created by fugufish on 3/17/2025 in #support-community
Optimistic Update & Image Uploads
You'll have to run a mutation to effectively create a placeholder for the image, but the image itself you'll have to store in your client side state and somehow reference it based on the optimistic update. Details depend on your implementation.
4 replies
CCConvex Community
•Created by Elim on 3/20/2025 in #support-community
Exclude a folder from automatic API generation in Convex?
You can include your helper function files in the convex directory without any undesirable side effects as far as I know. What are you seeing?
3 replies