Khalil
CCConvex Community
•Created by Khalil on 7/29/2024 in #support-community
Is there a recommended way to use Convex on "admin mode"
ok that could work, I do lose type-safety tho D:
10 replies
CCConvex Community
•Created by Khalil on 7/29/2024 in #support-community
Is there a recommended way to use Convex on "admin mode"
and for internal functions that I would like to trigger from within an app?
For example: I have a hono api that queries data or performs mutations, here is where I use the
apiKey
approach, but feels odd passing this on the body payload10 replies
CCConvex Community
•Created by Khalil on 7/29/2024 in #support-community
Is there a recommended way to use Convex on "admin mode"
or bypassing authorization checks
10 replies
CCConvex Community
•Created by Khalil on 7/29/2024 in #support-community
Is there a recommended way to use Convex on "admin mode"
building an admin dashboard for example
10 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
wow that was a fast resolution, thank you!
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
It was working some time ago! My guess is that something changed recently
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
when I remove the filter, it works, but of course I need that filter to only search based on a chatbot's resources
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
"convex": "^1.13.0",
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
this is using the langchain convex integration, also tried with vanilla vectorSearch and no luck
15 replies
CCConvex Community
•Created by Khalil on 7/11/2024 in #support-community
vector search stopped working
The results are always empty, I triple made sure that metadata.chatbotId exists for the value I am passing, and again, my code has not changed, this used to work some time ago
15 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
the problem was this:
The
const convex = new ConvexReactClient(env.NEXT_PUBLIC_CONVEX_URL);
declaration should be outside of a React component for whatever reason34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
now there is another issue, but it seems Clerk related
34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
managed to fix it!
34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
is there an example repo using convex + clerk core 2 that I can refer to?
34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
that <div> matches the /sign-in clerk page
34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
that is after signin or signout?
34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
I did notice that on sign out, the current page is refetched, for whatever reason
34 replies
CCConvex Community
•Created by Khalil on 5/14/2024 in #support-community
Convex+Clerk: sign out unhandled runtime error
not sure if that is helpful, I also enable convex debug logs, but could not find anything wrong there
34 replies