David
Explore posts from serversBABetter Auth
•Created by David on 3/7/2025 in #help
Error fetching subscription from Stripe
I have this code
that generates this error :
7 replies
BABetter Auth
•Created by David on 3/7/2025 in #help
Stripe subscription update error
I'm working on a nuxt project with better-auth and stripe plugin. I have this code :
It redirect me on the stripe checkout page but I when I proceed I recieve this error :
31 replies
BABetter Auth
•Created by David on 3/5/2025 in #help
Unlink account doesn't work with allowDifferentEmails enabled
I'm working on a project and I have this auth config :
And this button :
The request succeed but when I reload the page the
client.listAccounts()
return the "unlinked" account2 replies
BABetter Auth
•Created by David on 3/3/2025 in #help
Stripe integration with nuxt error
I'm currently working with nuxt.
Here is a part of my better auth client instance :
And I have this error on the line 8 :
And I don't have the
subscription
property on client.2 replies
Two component files resolving to the same name `UiLabel`
Hello,
I'm creating a web application and when I try to make a component in the folder
app/components/ui/label/index.ts
and app/components/ui/label/Label.vue
like shadcn-vue
does I have this error :
18 replies
BABetter Auth
•Created by David on 1/9/2025 in #help
Nuxt SSR useActiveOrganization
Hello!
How to use
useActiveOrganization
with nuxt ssr.
I tried this :
like in the doc but when I display it with:
It is undefined
2 replies
BABetter Auth
•Created by David on 1/9/2025 in #help
Impossible to call the expression useListOrganizations
Hello guys!
Today I'm working on a project in nuxt with an auth powered by better-auth. I need organization plugin and it works well. But there is a type issue.
I have the error :
With this code :
2 replies
Nuxt Studio doesn't detect my project on GitHub
Hello, I want to use nuxt studio for my nuxt content project but it isn't detected. I have already install Nuxt Studio app inside my organisation and make it access to all repos but it doesn't work 😢
4 replies
How do we use nuxt/fonts with local otf files ?
Hi guys! I have to use local font files in my nuxt project. I tried to make an configuration like this :
I have move all my necessary font files in
/public/_fonts
directory, but when I apply font on my element it doesn't work:
/public/_fonts/My Font.otf
font-family: 'My Font'
6 replies
[Content Module]: Infinite page loading when using ProseUl with documentDriven set to true
Environment
- Operating System: Windows_NT
- Node Version: v20.10.0
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: [email protected]
- Builder: -
- User Config: css, devtools, modules, content, fonts
- Runtime Modules: @nuxt/[email protected], @nuxtjs/[email protected], @nuxt/[email protected], [email protected]
- Build Modules: -
Reproduction
https://stackblitz.com/edit/github-pckqev
Describe the bug
Infinite page loading when using own
ProseUl
component with documentDriven
set to true
7 replies