Google Auth Consent Screen showing HTTP Actions URL

Convex Auth React and React Native monorepo
How to query while inside a function?
Returning response from runQuery in a query breaks typescript
runQuery
and now the entire function and everything in it resolves to any
. When I remove the return (or change it to something like return 1
) the types work again. I've had this before with actions as well. I think the issue is with runQuery
because when I return data I get from ctx.db
it works fine.
I guess this is a bug? I can't find anything in the docs that state I shouldn't return data from runQuery
. Or is there something else that I might be doing wrong?...
Weird type error when searching by Index

This Convex deployment does not have HTTP actions enabled.

Authentication not updating
How to properly authenticate convex functions called via fetchAction and fetchMutation.
Get `Missing CONVEX_AUTH_ADAPTER_SECRET environment variable` with next-auth
dashboard not loading in firefox
Firefox can’t establish a connection to the server at wss://outgoing-panther-899.convex.cloud/api/1.18.2/sync.
I'm now using google chrome without issues, probably something related to browser compatibility, firefox hasn't been in it's prime lately...PRODUCTION ERROR
Could not find public function
``
Ok([Request ID: 2333d44835d22263] Server Error
Could not find public function for 'users:getUserById'. Did you forget to run
npx convex dev or
npx convex deploy`?...
Reporting Phishing
When to query data in a framework's loader vs a route component? Or imported component?
Preferred method for saving formatted text in string fields?
Execution out of memory on httpAction
Javascript execution out of memory
on httpAction
. I'm doing some image processing, any way to up the execution memory limits?
TypeScript not Inferring Query `handler` Type Correctly
How to get request.ip inside a convex server function?
const {ip, userAgent} = ctx.request
const {ip, userAgent} = ctx.request
best way to build ai chat with infinite memory with vector search ?