Jacob
Explore posts from serversBABetter Auth
•Created by Jacob on 3/23/2025 in #bug-reports
The field "teamId" does not exist in the "invitation" schema.
The public docs page needs an update to show this field in the schema for people not using the schema generation tool: https://www.better-auth.com/docs/plugins/organization
3 replies
BABetter Auth
•Created by Jacob on 3/23/2025 in #help
Organization inviteMember - Not Allowed to Invite
I keep getting a 403 - "YOU_ARE_NOT_ALLOWED_TO_INVITE_USERS_TO_THIS_ORGANIZATION"
This is a client component. User fills in the form to invite
My permissions file:
Not sure whats up. Checked user role and permissions and its good. activeMember reads out:
4 replies
CDCloudflare Developers
•Created by Jacob on 2/13/2025 in #workers-help
Worker KV Not Binding
I converted a worker from UI to use github/local to push the code. That sync process is working fine to deploy it. The issue is the KV bindings are not holding. If I manually add the KV in the UI then it works, but on next deployment it wipes out the bindings in the UI. My toml:
I noticed when testing locally with wrangler dev it doesnt pickup these bindings either. I have setup my worker to handle multiple routes:
And route:
Everything works fine if I manually add the kv in the UI under worker settings. But I cant get the toml to deploy and actually work. Wipes it out every deployment 😦 Anybody got a clue?
11 replies