RadiantFrog
RadiantFrog
Explore posts from servers
BABetter Auth
Created by RadiantFrog on 4/16/2025 in #help
Stripe Better-Auth Plugin
Bump
3 replies
CCConvex Community
Created by RadiantFrog on 4/6/2025 in #support-community
Local-first sync with Convex
I'm using Dexie atm, can it also sync with Convex? The example is based on local storage.
5 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
However only for Apple you see a white screen, before it's rendering the
callbackURL
callbackURL
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
No description
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
But the list call is made twice and takes a very long time.
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
I've had to remove the caching on the session, because it would not allow the user to update the profile and see the result
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
No description
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
Thanks for the help so far!
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
@bekacru I've added the indexes on the collections and added the cookie cache, but it's unfortunately not any faster. Do you have any other suggestions?
16 replies
CCConvex Community
Created by RadiantFrog on 4/6/2025 in #support-community
Local-first sync with Convex
@Kevin07 thanks! Are there any docs on this or more info?
5 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
do you know why the screen is white? My app's rendering is super fast.
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
I dont think this is a db performance issue.
16 replies
BABetter Auth
Created by RadiantFrog on 4/5/2025 in #help
Long delay after logging in with Apple (white screen)
The db is convex, only 2 rows in it. Every other request is fast. It was also this slow when using auth.js
16 replies
BABetter Auth
Created by RadiantFrog on 4/4/2025 in #help
Stripe creating subscription: Unauthorized 401
Ah okay. Pretty amazing experience with integrating it for such a new library.
45 replies
BABetter Auth
Created by RadiantFrog on 4/4/2025 in #help
Stripe creating subscription: Unauthorized 401
convex adapter and stripe plugin work well, if you're not misconfiguring it ;O
45 replies
BABetter Auth
Created by RadiantFrog on 4/4/2025 in #help
Stripe creating subscription: Unauthorized 401
Sorry for the trouble. But now you know it works!
45 replies
BABetter Auth
Created by RadiantFrog on 4/4/2025 in #help
Stripe creating subscription: Unauthorized 401
subscription: defineTable({
id: v.string(), // <-- this was the problem
plan: v.string(),
referenceId: v.id("user"),
stripeCustomerId: v.optional(v.string()),
stripeSubscriptionId: v.optional(v.string()),
status: v.string(),
periodStart: v.optional(v.string()),
periodEnd: v.optional(v.string()),
cancelAtPeriodEnd: v.optional(v.boolean()),
seats: v.optional(v.number()),
trialStart: v.optional(v.string()),
trialEnd: v.optional(v.string()),
}),
subscription: defineTable({
id: v.string(), // <-- this was the problem
plan: v.string(),
referenceId: v.id("user"),
stripeCustomerId: v.optional(v.string()),
stripeSubscriptionId: v.optional(v.string()),
status: v.string(),
periodStart: v.optional(v.string()),
periodEnd: v.optional(v.string()),
cancelAtPeriodEnd: v.optional(v.boolean()),
seats: v.optional(v.number()),
trialStart: v.optional(v.string()),
trialEnd: v.optional(v.string()),
}),
45 replies
BABetter Auth
Created by RadiantFrog on 4/4/2025 in #help
Stripe creating subscription: Unauthorized 401
without the schema
45 replies
BABetter Auth
Created by RadiantFrog on 4/4/2025 in #help
Stripe creating subscription: Unauthorized 401
No description
45 replies