Not authenticated
[CONVEX M(reports:uploadReport)] [Request ID: 9689ac8653abb809] Server Error
Uncaught Error: Not authenticated
at handler (../convex/reports.ts:32:4)
identity is coming out to be null, even though the convex token contains everything, userid, orgid etc?...

zod issue
Hello, this is really nice however we are getting this error when we need to return an array :
```ts
export const getAll = zodQuery({
returns: z.array(z.object(situationFields)),...
Anyone know a good npm library for
Anyone know a good npm library for cropping images in Convex action functions? keep running into errors with the usual suspects (sharp lib)
Remix support
Is there much support for remix? Loading data on server side and such?
Just wondering whether I should go with Next.js or Remix. Wanted to try out Convex for the first time...
yep most likely it is, there is no way
yep most likely it is, there is no way to throw an exception then?
i dont understand why Date.now() is
i dont understand why Date.now() is causing error in one internal query but not in another
Convex Storage and Cost
Do you think I will be banned from this server because of my recent article on Dev.to about Convex Storage? I tried to be honest, and there is nothing wrong with Convex' pricing, it was just not the right fit (entirely) for my project. 😦 https://dev.to/kisszoltan/how-i-cut-my-mvps-operation-costs-by-76-and-why-you-shouldnt-do-that-1df9
Hi All,
Hi All,
I would appreciate help on best practices how to do a paginate & join query or a preferred way to query efficiently, avoid unnecessary filtering and calls to loadMore on the frontend. I'm trying not to use collect() even when querying with indexes since I want to stuff to continue to scale.
I'm not tied to this design but I have 3 tables where...
On my big mutations that might do 3
On my big mutations that might do 3 changes to one record, why does the dashboard appear to show the individual updates, is that just more of a rendering thing?
Anyone face this bug when trying to push
Anyone face this bug when trying to push changes to convex
✖ Error: Unable to push deployment config to https://giddy-hyena-745.convex.cloud
✖ Error fetching POST https://giddy-hyena-745.convex.cloud/api/push_config 400 Bad Request: Error: Hit an error while pushing:...
Zod with TypeScript for Server-side Vali...
In the latest
convex-helpers
you can now use the zod
helpers to specify a returns
on zCustom*
functions that will also do Convex validation, and thereby generate types when you generate the API.
You can now generate Convex validators from zod validators both to generate a Convex validator that matches the input to the zod validator, as well as one that matches the output of the zod validator. The former is useful for generating a Convex schema if you run zod validation after reading from the database, the latter is useful for generating a Convex schema based on a Zod validator that you run before you insert into the database. I updated the Stack post to match....499 errors
Anyone having time out issues or is it just me? I have a connection with Anthropic that was working fine the past 3 months, now I get 499 error.
vendor lock-in
Hi! I’m really impressed with this project—it looks very promising! That said, I wanted to ask about vendor lock-in, specifically in terms of ease of migration. I’ve seen cases like Realm, where transitioning away became quite challenging. How does this project approach that concern?
I had a Github Action working with a
I had a Github Action working with a CONVEX_DEPLOY_KEY (preview deployments) 10 days ago.
Now the same github action fails at
npx convex codegen
with
```
Please set CONVEX_DEPLOY_KEY to a new key which you can find on your Convex dashboard....From my perspective this is technically
From my perspective this is technically easy to do with Convex, but I think because of how Convex does pricing, this is somewhat prohibitively expensive, so I am thinking of using SpacetimeDB for this use-case. I might be wrong about this, it not really being expensive at all, But seeing how they code around cases with lower data throughput such as LLM-streaming, just storing tiny data payloads seems to be penalized somewhat under the current pricing model. I would love to be corrected on this.
Create live cursors in Bubble using the ...
What is the best way to do multiplayer live cursors? A common use case is collaborating on documents like google docs, whiteboard / figma multi user canvas, or video games. One of the early Phoenix LiveView demos was a multi user video game. Something like LiveBlocks Cursors:
https://youtu.be/SnChHasU6Hg?t=211
Or the Supabase live cursor demo: https://www.youtube.com/watch?v=QhRNXlFLaeE...
I'm encountering an issue where, after
I'm encountering an issue where, after logging in with Google, the
currentUser query (which relies on getAuthUserId) consistently returns null on the first dashboard load. I've verified the login is successful. However, a page reload resolves the issue. Could this be a bug related to the initial authentication state?
```typescript
// dashboard...
I have a very stupid question: Is there
I have a very stupid question: Is there a way to programmatically create a user with password in convex?
I'm so curious about how much data the
I'm so curious about how much data the UNDEFINED_PLACEHOLDER takes in all the apps combined 😂