Kenny
Explore posts from serversBABetter Auth
•Created by Kenny on 3/20/2025 in #help
Custom Fields in Organization Table Not Saving Values
I'm having an issue with custom fields in the organization table. I've added
company_size
to my organization schema, but although the field exists in the database, the values I pass are never saved (always null).
Here's my organization plugin config:
And here's how I'm trying to create the organization:
The database table has the column as expected (no errors):
What am I missing? The documentation doesn't seem to cover custom organization fields in detail.6 replies
BABetter Auth
•Created by Kenny on 3/18/2025 in #help
better-auth organizations
When running
organizationCreation
's beforeCreate and afterCreate I don't see any request being passed in. It's only the organization details even though I am passing in the headers directly to the api (because I'm calling this from the server).
10 replies
CDCloudflare Developers
•Created by Kenny on 3/6/2025 in #general-help
Baselime Support
Where can I find baselime support? I am trying to integrate baselime into my cloudflare pages nextjs app.
3 replies
CDCloudflare Developers
•Created by Kenny on 3/4/2025 in #workers-help
env.production.vars not working with cloudflare workers
This is my wrangler file:
10 replies
CDCloudflare Developers
•Created by Kenny on 3/3/2025 in #pages-help
NextJS NEXT_PUBLIC vars on the client
NEXTPUBLIC* variables should be accessible on the client-side yet
process.env
isn't available and import { getRequestContext } from "@cloudflare/next-on-pages";
is only available on the server. How can I access these public variables on the client?42 replies
KKinde
•Created by Kenny on 3/3/2024 in #💻┃support
redirect
Is it possible to support dynamic post-login redirects instead of changing the
KINDE_POST_LOGIN_REDIRECT_URL
env using something like a query parameter?
I'm using sveltekit and a solution where I pass in something like /api/auth/login?postLoginRedirect="xyz"
or /api/auth/login?redirect="xyz"
would be ideal for this imo.5 replies
KKinde
•Created by Kenny on 3/2/2024 in #💻┃support
KindeSDKError2: Attempting to commit invalid id_token token "undefined" to memory
hi, i am running into this error when running into production and am not sure why because it doesn't occur locally. Please let me know your thoughts.
8 replies