天翔
天翔
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
But not sure bout that
15 replies
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
Or config files in convex
15 replies
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
You need to configure Middleware I guess
15 replies
CCConvex Community
Created by 天翔 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
Like some eslint errors
18 replies
CCConvex Community
Created by 天翔 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
I was thinking maybe there's some rules that can be disabled for a compiler?
18 replies
CCConvex Community
Created by 天翔 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
no, i don't see any
18 replies
CCConvex Community
Created by 天翔 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
well, my functions are not problem. For example:
export const find = query({
args: {
userId: v.string(),
},
handler: async (ctx, args) => {
return await ctx.db.query("profile").filter((q) => q.eq(q.field("userId"), args.userId)).unique();
}
})
export const find = query({
args: {
userId: v.string(),
},
handler: async (ctx, args) => {
return await ctx.db.query("profile").filter((q) => q.eq(q.field("userId"), args.userId)).unique();
}
})
which does not have any problems
18 replies
CCConvex Community
Created by 天翔 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
okay, so maybe I can return to 1.2.1? Might help i guess
18 replies