Troubleshooting
Common Issues
Panel Not Showing
Symptom: No usage metrics panel appears on the site overview.
Causes & Solutions:
- Site not connected to WP Engine
- The panel only shows for WP Engine-connected sites
- Solution: Connect your site via Local’s Connect feature
- Addon not enabled
- Solution: Go to Local > Add-ons > WPE Usage Metrics > Toggle ON
- Local needs restart
- Solution: Fully quit and restart Local
“Configure API credentials”
Symptom: Panel shows but asks you to configure credentials.
Solution:
- Go to Local Preferences (Cmd+, on Mac, Ctrl+, on Windows)
- Select WP Engine Usage Metrics from the sidebar
- Get your API credentials from my.wpengine.com/api_access
- Enter your API Username and API Password
- Click Test Connection to verify
- Click Apply to save
“API Access is not enabled for this account”
Symptom: Error message about API access.
Solution:
- Go to my.wpengine.com/api_access
- Generate API credentials if you haven’t already
- Configure them in Local Preferences → WP Engine Usage Metrics
- Click Refresh in the metrics panel
“Install not found on WP Engine”
Symptom: Error saying install not found.
Causes & Solutions:
- Site disconnected from WP Engine
- The site may have been deleted or disconnected
- Solution: Reconnect the site
- API access permissions
- Your WP Engine user may not have access to this install
- Solution: Contact your account admin
Metrics Show Zero
Symptom: All metrics display as 0 or 0 B.
Causes & Solutions:
- No traffic in date range
- New sites or low-traffic sites may show zeros
- Solution: Try a longer date range (60 days)
- Storage metrics delayed
- Storage data updates less frequently
- Solution: Wait 24 hours for new sites
- API issue
- Solution: Click Refresh, check console for errors
“Authentication expired” or “Invalid credentials”
Symptom: Error about authentication.
Solution:
- Go to Local Preferences → WP Engine Usage Metrics
- Verify your API credentials are correct
- Click Test Connection to validate
- If invalid, regenerate credentials at my.wpengine.com/api_access
Date Range Error
Symptom: Error about date range being too long.
Cause: WP Engine API has a 60-day maximum.
Solution: Select “Last 60 days” or shorter range.
Debugging
View Logs
- Open Local
- Go to Help > Toggle Developer Tools
- Click Console tab
- Filter by
[WPE Usage]
Check API Response
In Developer Tools Console:
// Check if auth works
window.electron.ipcRenderer.invoke('wpe-usage-metrics:check-auth')
.then(console.log);
Verify Site Connection
In Developer Tools Console:
// Check current site's host connections
// (Replace SITE_ID with actual site ID from URL)
Getting Help
If issues persist:
- Check the GitHub Issues
- Open a new issue with:
- Local version
- Operating system
- Error messages from console
- Steps to reproduce