## Troubleshooting
### Common Issues
**CORS Errors:**
– Check functions.php CORS configuration
– Verify allowed origins include your domain
**Authentication Failures:**
– Verify JWT plugin is active
– Check secret key configuration
– Ensure user has proper permissions
**API Not Working:**
– Check permalink structure
– Verify REST API is enabled
– Test endpoints directly
**Posts Not Loading:**
– Check WordPress URL in environment variables
– Verify API endpoints are accessible
– Check browser console for errors