Skip to content

Troubleshooting

This guide covers common issues you might encounter with LMDA Composer and how to resolve them.

Symptoms:

  • Portal dropdown is empty
  • “No portals found” message

Solutions:

  1. Log into LogicMonitor
    Open a new tab, navigate to your LogicMonitor portal, and log in with your credentials.

  2. Wait for full load
    Ensure the LogicMonitor dashboard fully loads (not just the login page).

  3. Return to LMDA Composer
    Click refresh in the Context dropdown.

  4. Multiple Portals
    Each portal needs its own logged-in tab. Open separate tabs for each portal.


Symptoms:

  • Run button doesn’t respond
  • No output appears
  • Execution never starts

Solutions:

  • Check Context — Ensure portal is selected, collector is selected, and collector is online
  • Check for Running Execution — Only one execution at a time. Cancel current execution first. Look for spinner on Run button.
  • Script Errors — Check for syntax errors. Validate script compiles. Review error messages.

Symptoms:

  • Editor area is blank
  • No syntax highlighting
  • Can’t type in editor

Solutions:

  1. Refresh the Page
    Press F5 or Ctrl+R

  2. Clear Browser Cache
    Settings → Clear browsing data → Clear cached files

  3. Check Extensions
    Other browser extensions may conflict—disable and test


Symptoms:

  • Save triggers download instead
  • “Permission denied” errors
  • Save dialog every time

Solutions:

  1. Grant Permissions
    Browser may need file access permission. Click “Allow” when prompted. Choose “Edit” not “View”.

  2. Brave Browser
    May require enabling File System Access API in brave://flags

  3. Vivaldi Browser
    May require enabling File System Access API in vivaldi://extensions


Symptoms:

  • 400/401/403/500 errors
  • Request doesn’t complete
  • Unexpected error messages

Solutions:

  • Check Endpoint Path — Verify path is correct. Include required path parameters. Check LogicMonitor API docs.
  • Check Request Body — Validate JSON syntax. Include required fields. Check data types.
  • Check Permissions — 403 means insufficient permissions. Verify your user role. Contact admin if needed.
  • Rate Limiting — 429 means rate limited. Wait before retrying. Reduce request frequency.

Symptoms:

  • Commit button disabled
  • Commit fails with error
  • Changes not saved to LM

Solutions:

  1. Check Module Binding
    Tab must be bound to a module. Local files can’t commit. Look for link icon on tab.

  2. Check Portal Match
    Active portal must match bound portal. Switch portals if needed.

  3. Check Permissions
    Need write access to the module. Verify role in LogicMonitor.

  4. Validation Errors
    Check for error messages. Fix issues before committing.


  • Slow Performance — Large files may be slow—split into smaller files. Close unused tabs. Close other browser tabs. Disable Minimap in Settings.
  • High Memory Usage — Each tab uses memory—close when done. Clear large history. Refresh page periodically (save work first).

  • Report a Bug — Note the steps to reproduce. Check browser console for errors (F12). Report via LogicMonitor community channels. Include browser and OS version.
  • Community Support — Connect with other LogicMonitor users in the community forums for questions and solutions.
  • Check for Updates — Ensure you’re running the latest version. Check extension version in Settings. Updates are automatic from the Chrome Web Store.