Allen
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
Mind sharing it?
77 replies
CCConvex Community
•Created by mrvdot on 12/12/2023 in #support-community
How to setup Custom OIDC Auth (Logto)
How does your metadata json look?
77 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
appreciate the help--great pointer!
10 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
but that's probably the best bet
10 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
yeah seeing others mention similar errors when a value is not a valid URL: https://github.com/ramosbugs/openidconnect-rs/issues/71
10 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
hmm yeah actually maybe that is it? https://github.com/ramosbugs/openidconnect-rs/blob/main/src/macros.rs#L372
gonna be hard to change the actual content since that's set by the auth provider
10 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
Weird, would it not just be ignored and treated as None? https://github.com/ramosbugs/openidconnect-rs/blob/main/src/discovery/mod.rs#L67
10 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
do y'all have more logs on any of the errors that could be occuring? maybe in the openidconnect package?
10 replies
CCConvex Community
•Created by Allen on 4/25/2025 in #support-community
Custom Auth Error: {"type":"AuthError","error":"Auth provider discovery of ... failed...
not much in the name of logs outside of the error message i posted above from the network tab for the ws handshake. codewise didn't seem to be much that changed in the convex backend section other than maybe this https://github.com/get-convex/convex-backend/commit/b19e1caf6b8c312e80b0f2eca2cc71ed4db2bb02 https://github.com/get-convex/convex-backend/issues/36197
10 replies
CCConvex Community
•Created by Allen on 3/24/2025 in #general
Streaming more than text
hmm, are u suggesting having a separate "steps" table or something to store each step and let the
persistent-text-streaming
component just handle the text? wouldn't it be simpler to just add chunks as they come in to the same chunks table just with types since the llm provider will be streaming the chunks at that level anyways?5 replies
CCConvex Community
•Created by Allen on 4/27/2024 in #show-and-tell
Remi - AI Travel Assistant
Not planned unfornately.
15 replies
CCConvex Community
•Created by Allen on 4/27/2024 in #show-and-tell
Remi - AI Travel Assistant
Ah ya made it a single day selection for now since longer was expensive.
15 replies
CCConvex Community
•Created by Allen on 6/2/2024 in #support-community
Locking mechanism in custom Action (getOrCreate)?
Cool, thanks! Ya just added schema and index for the locaiton_id column and it works!
18 replies
CCConvex Community
•Created by Allen on 6/2/2024 in #support-community
Locking mechanism in custom Action (getOrCreate)?
ah ok that makes sense. will add a schema and index! appreciate it
18 replies
CCConvex Community
•Created by Allen on 6/2/2024 in #support-community
Locking mechanism in custom Action (getOrCreate)?
hmm ya seems we will need a schema sooner rather than later. if we had a schema, then would the best bet be to try catch bc the column for location id would be unique? then it would error out if already exists. then we wouldnt need to check if the location exists?
18 replies
CCConvex Community
•Created by Allen on 6/2/2024 in #support-community
Locking mechanism in custom Action (getOrCreate)?
I did try this:
However then i get this error:
Fetching like this client side:
18 replies
CCConvex Community
•Created by Khalil on 5/5/2024 in #show-and-tell
Join the waitlsit for Fastmind
@Khalil makes sense! very interesting gtm strategy i think, to not have to crawl. so OOTB bot is super lightweight.
12 replies
CCConvex Community
•Created by Khalil on 5/5/2024 in #show-and-tell
Join the waitlsit for Fastmind
Interesting idea! Would this lead to lower quality answers than a bot with access to more data sources of a company's, like Slack or CRM? It's interesting though, bc public facing docs is likely best as a source of truth, so maybe that's enough.
12 replies