You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
efd1066: Bump @clerk/backend from 3.11.7 to 3.15.0
efd1066: Bump @clerk/shared from 4.25.5 to 4.25.10
97de312: Create the server clerkClient lazily on first use instead of at module scope. Reading $env/dynamic/private at module scope captures empty values in inlined server bundles (e.g. adapter-vercel), where module evaluation runs before SvelteKit's Server.init() populates dynamic env. The client was then built with an undefined secretKey, so every Backend API call failed with "Missing Clerk Secret Key" — which silently breaks nonce-format handshake resolution.