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
The typescripts tutorial at https://encore.dev/templates/clerk will result to an error if followed exactly.
ERR error="Failed to resolve JWK during verification." endpoint=myAuthHandler service=auth span_id=j6k6he3h81maq trace_id=8833e0movdg4acttoo6vga3qpo
The typescripts tutorial at https://encore.dev/templates/clerk will result to an error if followed exactly.
ERR error="Failed to resolve JWK during verification." endpoint=myAuthHandler service=auth span_id=j6k6he3h81maq trace_id=8833e0movdg4acttoo6vga3qpo
according to Clerk document: https://clerk.com/docs/references/backend/verify-token#verify-token-options
verifyToken() at auth/auth.ts:35 must set the secretKey
The following code should fix it:
The text was updated successfully, but these errors were encountered: