@clerk/shared@4.29.3
·
43 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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 pullto fetch the keys of an existing one, andnpx clerk@latest deploy/npx clerk@latest env pull --instance prodfor production. This covers both theerrorThrowermessages and the errors thrown byparsePublishableKey(key, { fatal: true }), which previously surfaced server-side as a barePublishable key not valid.The Dashboard link is kept for manual key copying. (#9491) by @djgould