18 Replies
package.json
@Ali Alnaghmoush @kKk333 have any of you found out yet? Didn’t find any helpful replies anywhere to yall

nope
damn rip
its acc so annoying
Keeps spamming my logs
will take a look
❤️
Same problem, thought it was nodejs problem at first but i think maybe its because one of the dependencies used by better-auth.

Nah it definitely started when we migrated next-auth to better-auth
100%
Seems to be something related to the plugins looking at this stack trace
try
1.0.14
and let me know if the issue persist or notyeah still there

getting the stack trace for ya
override
whatwg-url
version. It's not direct dep for better auth and couldn't figure what actually depends on it. but for now you can do
that fixed it lol
so clean now

node-fetch uses it
thats for certain
kinda sucks to see an override in the package.json again tho haha
just got rid of my last three since react 19 is now stable
I think it's just node-fetch. better auth may have triggered it when it tries to initiate the fetch client or something,
you can also disable node warning
NODE_NO_WARNINGS=1
awesome