Figloalds
Figloalds
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
i see, it truly is that
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
From the backend code it seems to only be checking issuer and audience as plain string, those match with the values I`m seeing in the Authentication tab in the dashboard, I think it should have matched alright there
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by aarku on 4/18/2025 in #support-community
Plans to support functions returning delta updates?
Convex doesn't include an updatedTime by default in it's data model; And delta updates also depend on how granular the delta updates would be Is it ok for Convex to resend an entire document from a list of documents when only one of it's children has changed? (for me its ok), if so, then having an updatedTime and a cursor on the backend are enough to detect what changed in the query that is currently on the client without having to store the entire result in the backend, only ids + updatedTime; That is a compromise. Another compromise is if the granularity of that delta is more minute, for example if description changed in a record, preferably only { description: <value> } or so goes to the client. But that requires the backend to store the entire query result for each subscribed query and additional processing power to compare and generate those deltas Ultimately, it would be ideal if we could choose what type of sync strategy a given query utilizes, but I understand the technical challenges of adding this feature (even tho I also think it's critical for Convex to have, since it's the absolute missing piece stopping it from being astoundingly awesome)
36 replies
CCConvex Community
Created by aarku on 4/18/2025 in #support-community
Plans to support functions returning delta updates?
No description
36 replies
CCConvex Community
Created by aarku on 4/18/2025 in #support-community
Plans to support functions returning delta updates?
The way that I achieved chat without constantly re-sending the entire conversation for each new message was to add a cursor parameter, every time the query updates I move the entire chat to a non-reactive list of messages and advance the cursor; In this way each message will trigger an update with the new message, a query unsubscription a new query subscription, an update from convex with an empty array; which is less bad than re-sending the whole chat log to all users every time; It loses the ability to edit old messages tho, so there's that too
36 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
the provider is being sent, the login is being made, but it fails to authenticate the token it generated
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
the Authentication in the deployment seems right, the issuer looks right too
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies
CCConvex Community
Created by Figloalds on 5/25/2025 in #support-community
Getting "No auth provider found matching the given token" with Convex Password Auth
No description
28 replies