Patch Changes
- 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
clerkClientlazily on first use instead of at module scope. Reading$env/dynamic/privateat module scope captures empty values in inlined server bundles (e.g.adapter-vercel), where module evaluation runs before SvelteKit'sServer.init()populates dynamic env. The client was then built with an undefinedsecretKey, so every Backend API call failed with "Missing Clerk Secret Key" — which silently breaks nonce-format handshake resolution.