Jumaron
Explore posts from serversBABetter Auth
•Created by Jumaron on 3/3/2025 in #bug-reports
Stripe | Make success_url optional?
Hey, when using embedded as ui_mode using the basic subscription implementation you get this error: "
success_url
is not supported with ui_mode: embedded
."
So my question is, if we could make success_url optional (and maybe more not sure if the cancelUrl needs also to be optional), so we can use it together in a embedded mode.
Not sure if this is a feature_request or bug, but i think a nice to have for everyone not wanting to use the default stripe hosted pages.2 replies
BABetter Auth
•Created by Jumaron on 3/3/2025 in #bug-reports
Stripe Plugin | Received unknown parameters: params, options
As the Title states using for example:
Bring the error: Received unknown parameters: params, options
Something wrong in the Types maybe?
5 replies
BABetter Auth
•Created by Jumaron on 10/20/2024 in #bug-reports
ReferenceError: process is not defined (Cloudflare + Sveltekit)
Using BetterAuth in connection with Cloudflare and Sveltekit, brings following error: ReferenceError: process is not defined
This internal error only appears in the deployed Version on Cloudflare and not the local one. Most likely duo using imports like for example the filesystem (fs) which is not nativly supported in Cloudflare.
27 replies
DTDrizzle Team
•Created by Jumaron on 10/16/2024 in #help
New critical Build error drizzle 0.35.0 with Cloudflare
EDIT: FIXED WITH VERSION 0.35.2
Since updating from 0.34.1 to 0.35.0 i encounter this error when i try to build the project localy or on Cloudflare itself, on version 0.34.1 the issue does not exist.
4 replies
DTDrizzle Team
•Created by Jumaron on 8/9/2023 in #help
Planetscale Serverless for Relational queries
Currently it is only supported to use mysql2 for using the Relational queries feature with Planetscale, with that the advantage of using the serverless driver with planetscale vanishes.
Would it be possible to implement the planetscale serverless driver instead of mysql2?
Thanks for any answer 🙂
Edit: Yes you can use it with PlanetScale driverless just like normel
40 replies