Skip to content

@clerk/shared@4.29.3

Choose a tag to compare

@clerk-cookie clerk-cookie released this 20 Aug 22:15
· 43 commits to main since this release
Immutable release. Only release title and notes can be modified.
297c03d

Patch Changes

  • Update missing and invalid key error messages to recommend the Clerk CLI: npx clerk@latest init (non-interactive, no Clerk account required) to create an application, npx clerk@latest env pull to fetch the keys of an existing one, and npx clerk@latest deploy / npx clerk@latest env pull --instance prod for production. This covers both the errorThrower messages and the errors thrown by parsePublishableKey(key, { fatal: true }), which previously surfaced server-side as a bare Publishable key not valid. The Dashboard link is kept for manual key copying. (#9491) by @djgould