Configure an efficient local development workflow with Clerk authentication.
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
| Error | Cause | Solution |
|---|---|---|
| Development/Production mismatch | Using prod keys in dev | Use pk_test_/sk_test_ keys locally |
| SSL Required | Clerk needs HTTPS | Use next dev --experimental-https |
| Cookies Not Set | Wrong domain config | Check Clerk dashboard domain settings |
| Session Not Persisting | LocalStorage issues | Clear browser storage, check domain |
Proceed to clerk-sdk-patterns for common SDK usage patterns.
Basic usage: Apply clerk local dev loop to a standard project setup with default configuration options.
Advanced scenario: Customize clerk local dev loop for production environments with multiple constraints and team-specific requirements.