Closed Nefcanto closed 23 hours ago
You're attempting to rollup the package's node's target for the browser. I cannot help with bundling issues.
@panva, could you please help me by guiding me to the right repo for this issue? Where should I post this issue?
I don't know. kwik
or @auth/*
?
@panva, the problem is that it's unclear who's using your library. Thank you.
Your package lock manifest can tell you fairly clearly. It's @auth/core
btw https://github.com/nextauthjs/next-auth/blob/2922e286ae7ffb7b8be42603bdb5fe2029504960/packages/core/package.json#L70
What happened?
Hi
I'm using Vite + Qwik. I used
@auth/core
. After upgrading the Vite to version 6 and changing the@auth/core
to@auth/qwik
, I saw this error:This is the complete stack:
I searched for
@panva/hkdf
and found you.Version
1.2.1
Runtime
Browser
Runtime Details
Vite 6, Qwik 1.11.0, @auth/qwik 0.2.2
Code to reproduce
Required