[GH-ISSUE #3516] dubAnalytics plugin breaks typing in auth.ts #9630

Closed
opened 2026-04-13 05:12:40 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ahmetskilinc on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/3516

Spoke to @ping-maxwell about this already, he actually spotted it but posting this here to better track the issue.

Commenting out the dubAnalytics plugin fixes this somehow.

plugins: [
  dubAnalytics({
    dubClient: dub,
  }),
]
Originally created by @ahmetskilinc on GitHub (Jul 21, 2025). Original GitHub issue: https://github.com/better-auth/better-auth/issues/3516 Spoke to @ping-maxwell about this already, he actually spotted it but posting this here to better track the issue. Commenting out the dubAnalytics plugin fixes this somehow. ```ts plugins: [ dubAnalytics({ dubClient: dub, }), ] ```
GiteaMirror added the locked label 2026-04-13 05:12:40 -05:00
Author
Owner

@ping-maxwell commented on GitHub (Jul 22, 2025):

I think it's a type issue on dub-analytics's side, try opening an issue there 🙏
https://github.com/dubinc/dub-better-auth/issues

<!-- gh-comment-id:3101171124 --> @ping-maxwell commented on GitHub (Jul 22, 2025): I think it's a type issue on dub-analytics's side, try opening an issue there 🙏 https://github.com/dubinc/dub-better-auth/issues
Author
Owner

@Kinfe123 commented on GitHub (Aug 11, 2025):

should be fixed by now. closing now.

<!-- gh-comment-id:3175374498 --> @Kinfe123 commented on GitHub (Aug 11, 2025): should be fixed by now. closing now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#9630