Skip to main content
Solutions for the most common Chrome Extension problems.

Authentication Issues

”Sign in required” but I’m logged into consuelohq.com

Cause: Session sync delay or cookie issue. Solutions:
  1. Refresh the consuelohq.com tab and try again
  2. Close and reopen the extension popup/side panel
  3. Sign out and back in to consuelohq.com
  4. Clear extension storage:
    • Right-click the Consuelo icon
    • Select “Manage extension”
    • Click “Clear site data”
    • Reopen the extension
Session sync can take up to 30 seconds. If you just signed in, wait briefly.

”Authentication failed”

Cause: Token expired or Clerk session invalid. Solutions:
  1. Sign out of consuelohq.com
  2. Clear browser cookies for consuelohq.com
  3. Sign back in
  4. Reopen the extension

”Session expired” during a call

Cause: Token refresh failed. Solutions:
  1. The call continues — finish your conversation
  2. After hanging up, sign in again
  3. Future calls use the new token

Call Issues

Calls won’t connect

Cause: Multiple possible causes. Check in order:
CheckSolution
Calling numberVerify a number is selected in the footer
NetworkTest your internet connection
Twilio statusCheck status.twilio.com for outages
MicrophoneChrome must have microphone permission
Fix:
  1. Try a test call to your own phone
  2. If that fails, sign out and back in
  3. Check Chrome’s site settings for microphone access

”Microphone access denied”

Cause: Chrome blocked microphone permission. Solutions:
  1. Click the lock icon in the address bar
  2. Find “Microphone”
  3. Change to “Allow”
  4. Refresh the page and retry
If microphone still blocked:
  1. Go to chrome://settings/content/microphone
  2. Ensure consuelohq.com is in “Allowed” list
  3. Remove from “Blocked” list if present
  4. Restart Chrome

”Call quality is poor”

Cause: Network congestion or bandwidth issues. Solutions:
IssueFix
LatencyClose other applications using bandwidth
Audio cutting outSwitch to a wired connection if on WiFi
EchoUse headphones instead of speakers
StaticCheck your microphone connection
For persistent issues:
  • Check your ISP for outages
  • Try a different network (mobile hotspot test)
  • Restart your router

”Can’t hear the other person”

Cause: Audio device selection. Solutions:
  1. Check your speaker/headphone connection
  2. Verify system volume is up
  3. In extension settings, check audio device selection
  4. Try a different output device

”Other person can’t hear me”

Cause: Microphone issue. Solutions:
  1. Check microphone is not muted (button in call UI)
  2. Verify correct microphone selected in settings
  3. Test microphone in another app (QuickTime, Voice Recorder)
  4. Try a different microphone/headset

Google Sheets Import Issues

”No data detected”

Cause: Sheet format issue. Solutions:
CheckFix
Header rowEnsure row 1 has column headers
Data locationData should start in row 2
Empty rowsRemove empty rows at top of sheet
Merged cellsUnmerge any merged header cells

”Permission denied” for Google Sheets

Cause: Extension lacks Google Sheets permission. Solutions:
  1. Re-grant permission:
    • Click the lock/info icon in address bar
    • Find “docs.google.com” or “Google Sheets”
    • Reset/remove and reload
    • Retry import, grant permission when prompted
  2. Check Chrome settings:
    • Go to chrome://settings/content/cookies
    • Ensure docs.google.com is not blocked

”Import failed” with no details

Cause: Network or API issue. Solutions:
  1. Check internet connection
  2. Try a smaller batch (copy 10 rows to a new sheet)
  3. Check for special characters in data
  4. Try signing out and back in

All rows show “Error” status

Cause: Required fields not mapped correctly. Solutions:
  1. Verify Name column maps to Name field
  2. Verify Phone column maps to Phone field
  3. Ensure mapped columns have data (not empty)
  4. Check for hidden characters in headers

Queue Issues

”No queues available”

Cause: No queues created in workspace. Solutions:
  1. Go to consuelohq.com
  2. Navigate to Queues section
  3. Create a new queue
  4. Add contacts to the queue
  5. Refresh the extension

Queue starts but no calls happen

Cause: Empty queue or calling number issue. Solutions:
  1. Verify queue has contacts in web app
  2. Check calling number is selected
  3. Try a manual test call first
  4. Check for network issues

Queue progress stuck at 0%

Cause: Twilio connection issue. Solutions:
  1. Wait 15-20 seconds (initialization delay)
  2. If stuck, click Stop
  3. Check network connection
  4. Restart the queue

Extension Issues

Extension icon not appearing

Cause: Extension disabled or hidden. Solutions:
  1. Go to chrome://extensions
  2. Find “Consuelo”
  3. Ensure toggle is ON
  4. If hidden, click the puzzle piece icon in toolbar and pin Consuelo

Extension crashes or freezes

Cause: Memory issue or conflict. Solutions:
  1. Refresh the extension:
    • Go to chrome://extensions
    • Click refresh icon on Consuelo extension
  2. Check for conflicts:
    • Disable other extensions temporarily
    • Test if issue persists
  3. Clear extension data:
    • Go to extension details
    • Click “Clear site data”
    • Sign in again

Side panel won’t open

Cause: Chrome side panel API issue. Solutions:
  1. Ensure Chrome is updated (version 116+)
  2. Try opening via Chrome’s side panel icon
  3. Restart Chrome
  4. Use popup mode as fallback

Extension is slow

Cause: Large data cache or network latency. Solutions:
  1. Clear extension data and re-sign in
  2. Check network connection
  3. Close other tabs to free memory
  4. Restart Chrome

Error Messages

Error MessageCauseSolution
”Failed to initialize device”Twilio token invalidSign out and back in
”Network error”No internetCheck connection
”Rate limit exceeded”Too many API callsWait 1 minute and retry
”Workspace not found”Wrong workspaceCheck workspace ID in web app
”No phone numbers available”No provisioned numbersAdd numbers in Twilio console

Get Help

If issues persist:

Check Status

Gather Debug Info

  1. Open Chrome DevTools (F12)
  2. Go to Console tab
  3. Reproduce the issue
  4. Note any error messages (red text)
  5. Include these when contacting support

Contact Support

Provide:
  • Description of the issue
  • Steps to reproduce
  • Error messages from console
  • Screenshot if relevant
  • Chrome version and OS

Next Steps