nipunn
nipunn
CCConvex Community
Created by aleks_glushko on 11/18/2024 in #support-community
Dev to prod table export/import
@Sano fix should be in and working
17 replies
CCConvex Community
Created by aleks_glushko on 11/18/2024 in #support-community
Dev to prod table export/import
No description
17 replies
CCConvex Community
Created by aleks_glushko on 11/18/2024 in #support-community
Dev to prod table export/import
Hi. We spotted an issue/inconvenience that y'all have noticed, regarding restoring into a deployment that has pre-existing tables. I'm sorry for the inconvenience!! We got a few paths forward for you. 1) Wait a couple of days and we'll make sure this is handled automatically so you can just do your restoration/import. 2) Manually delete all the tables in your destination deployment (prod deployment in your case) before doing the import. Then it'll work. 3) Restore into a totally fresh deployment (make a new project) Any of these should work. Let me know if any of those work for you! Again - I'm sorry for the inconvenience and we'll make this experience smoother for in the future (give us a few days).
17 replies
CCConvex Community
Created by aleks_glushko on 11/18/2024 in #support-community
Dev to prod table export/import
Hi! We're taking a look into this. Hang tight.
17 replies
CCConvex Community
Created by M Zeeshan on 9/10/2024 in #support-community
How to apply filter before pagination?
You can use an index to narrow your results before filtering (eg an index on is_deleted, is_featured) - which would improve performance, but semantically you'd still get paginated filtered results.
21 replies
CCConvex Community
Created by M Zeeshan on 9/10/2024 in #support-community
How to apply filter before pagination?
this comment has good information about filter (assuming filter is referring to the one from convex-helpers, right?) https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/server/filter.ts#L145 Notably, .paginate occurs on the indexed query to reduce the amount of data read. filter happens afterward to filter the data read. The helper is written so you can write things in any order, but the filter applies at the end. I don't think there's a semantic difference between paginate -> filter and filter -> paginate. They seem like they would both give you paginated filtered results. What about your existing code doesn't work for you?
21 replies
CCConvex Community
Created by Gary, el Pingüino Artefacto on 9/10/2024 in #support-community
How to aggregate documents (more than 16K)?
If you just need length of the full table (no filters/indexes) - check this out https://github.com/get-convex/convex-backend/issues/10 There's an undocumented .count() API on the query builder. It sounds like it won't be sufficient for your use case, but thought I'd mention it.
21 replies
CCConvex Community
Created by Adam Harris on 7/24/2024 in #support-community
Issue trying to import csv via Airbyte
Also I might note that npx convex import can work for simple non-streaming imports. Airbyte is really powerful for streaming import, especially when the source data changes over time. For one-offs, it might be a bit easier to just try that. I'd still be curious to find out deployment name
4 replies
CCConvex Community
Created by Adam Harris on 7/24/2024 in #support-community
Issue trying to import csv via Airbyte
What's the name and/or URL of the deployment you're importing into? May make it easier for us to take a look from our side.
4 replies
CCConvex Community
Created by Kiran on 7/24/2024 in #support-community
Self-hosting convex on domain with cloudflare
I've never done this setup before, so you're breaking some new ground here. Seems like it should work. Probably a good place to start is figuring out whether the request is getting to convex-backend or not. You can look at loglines from your convex-local-backend executable and see if it is receiving the prepare_schema If I had to guess, it's probably the cloudflare tunnel that is returning the 405 - so you may want to check configuration there first
25 replies
CCConvex Community
Created by Charan on 6/5/2024 in #support-community
Unable to access the dev instance on convex due to removing of an admin
@Charan just to double check - did you receive replies to your support emails? I know we DM'd on discord a lot, but wanted to check if the email replies ever came through.
13 replies
CCConvex Community
Created by Charan on 6/5/2024 in #support-community
Unable to access the dev instance on convex due to removing of an admin
let's do that
13 replies
CCConvex Community
Created by Charan on 6/5/2024 in #support-community
Unable to access the dev instance on convex due to removing of an admin
yeah that works
13 replies
CCConvex Community
Created by Charan on 6/5/2024 in #support-community
Unable to access the dev instance on convex due to removing of an admin
no I've sent a longer reply. Is it coming through?
13 replies
CCConvex Community
Created by Charan on 6/5/2024 in #support-community
Unable to access the dev instance on convex due to removing of an admin
Let us know if you are seeing our replies. I have replied to the discussion over there.
13 replies
CCConvex Community
Created by Charan on 6/5/2024 in #support-community
Unable to access the dev instance on convex due to removing of an admin
Hi - we've seen your support message and replied to you on there. We can continue the discussion over there.
13 replies
CCConvex Community
Created by Prince on 6/1/2024 in #support-community
Dashboard crashing, webhooks not receiving requests, and logs not showing on new project
also good idea to avoid cluttering general heh. Next time I'll play along too
5 replies
CCConvex Community
Created by Prince on 6/1/2024 in #support-community
Dashboard crashing, webhooks not receiving requests, and logs not showing on new project
yep! Thanks for the report! we appreciate it
5 replies
CCConvex Community
Created by erquhart on 4/25/2024 in #support-community
Populate environment for Sentry
No description
11 replies
CCConvex Community
Created by erquhart on 4/25/2024 in #support-community
Populate environment for Sentry
yeah - I think changing "environment" to "runtime" and rebranding "environment" to match sentry's sense of production/preview/development feels like a good change to me
11 replies