jabra
jabra
CCConvex Community
Created by jabra on 6/2/2025 in #support-community
Mobile Safari/Chrome sessions expire after a few minutes
@erquhart I need help, users are complaining. I'm using convex auth "@auth/core": "^0.37.4", "@convex-dev/auth": "npm:@erquhart/convex-auth@0.0.82" and the mobile users are logged out after a few minutes if they hide their chrome or safari browser app. This doesn't happen on desktop.
102 replies
CCConvex Community
Created by jabra on 3/26/2025 in #support-community
stream support for withSearchIndex ?
I really the new stream feature but it seems that it doesn't support withSearchIndex? Do you have an estimate when it will be implemented? https://github.com/get-convex/convex-helpers/blob/main/packages/convex-helpers/server/stream.ts#L602
withSearchIndex(_indexName: any, _searchFilter: any): any {
throw new Error("Cannot paginate withSearchIndex");
}
withSearchIndex(_indexName: any, _searchFilter: any): any {
throw new Error("Cannot paginate withSearchIndex");
}
5 replies