Issues and solutions in Build Agent

  • Release version: Zurich
  • Updated June 24, 2026
  • 4 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Issues and solutions in Build Agent

    This guide helps ServiceNow customers quickly identify and resolve common issues encountered with Build Agent in the Zurich release. It provides a structured debugging approach, troubleshooting tips, and specific resolutions to frequent problems, enabling smoother development and deployment workflows within the ServiceNow IDE.

    Show full answer Show less

    General Debugging Approach

    • Copy and paste the exact error message into the Build Agent chat for automated diagnosis and resolution.
    • If unresolved, use a structured troubleshooting method: reproduce the issue consistently, review debugger output and logs, check access and configuration, and verify if it’s a known issue.
    • Investigate hypotheses in order of simplicity—from access or role issues, configuration problems, naming conflicts, to logic edge cases.
    • If multiple fixes fail, start a new chat with a specific prompt and save debugging information to assist Now Support if needed.

    Common Issues and Practical Resolutions

    • Now Assist panel not visible: Ensure required plugins (snglider, snbuildagent for Trial; snnowcreator for Premium) and admin role are assigned. Confirm supported release in ServiceNow Studio, refresh or re-login. Capture error details and roles if unresolved.
    • Build Agent unresponsive: Clear browser cache, try another browser, and check ServiceNow status for outages. Capture request details and browser version if persistent.
    • Scope or name conflict: Verify if the scope or app name is already used. Allow Build Agent to self-correct or choose a new unique name. Capture conflicting names and triggering actions if unresolved.
    • Stuck in error loop: Revert using Git checkpoints or update set rollback, then restart with a clear error description. Capture error text and recent commits.
    • App not deploying: Check build output for errors before deployment. Use ServiceNow SDK build followed by deploy/install steps. Paste build errors into chat for resolution. Capture build logs, SDK version, and update set status if needed.
    • Empty UI page: Inspect browser console for errors, paste messages into Build Agent chat for fixes. Capture full console output if problem persists.
    • Context limit exceeded: Start a new chat describing your app again as Build Agent has session context limits. Capture last prompt and build summary if issue continues.
    • Out of prompts: Check prompt usage and wait for cycle reset or upgrade plan. Capture entitlement state if problems persist.
    • Rate limit error: Wait briefly before retrying. Capture error message and timestamp if recurring.
    • Unsupported configuration: Perform unsupported steps manually on the platform, then continue with Build Agent. Capture needed configuration and workarounds.
    • Missing dependencies (IDE): Allow Build Agent to self-correct or manually add missing packages and run npm install. Capture missing module names and errors if unresolved.
    • Long-running prompt times out: Adjust session timeout (glide.ui.sessiontimeout) cautiously in coordination with platform admin. Capture session length and timed-out prompt if still failing.

    Identify and resolve common issues in Build Agent.

    General debugging approach

    Copy the error message and paste it into the Build Agent chat. Build Agent can often diagnose and fix the issue directly. If not, the error message is your starting point for debugging.

    If several fixes in the same conversation don't resolve the issue, use a structured approach before starting a new chat.

    Tip:

    Use the following prompt to structure your debugging session:

    I'm seeing this error: [paste exact error]. This happens when: [describe scenario]. Before suggesting fixes: 1) Help me reproduce this consistently. 2) Review the debugger output and logs. 3) Check for access or configuration issues. 4) Examine if this is a known issue.

    Test hypotheses from simplest to most complex:

    • Is this an access or role issue?
    • Is this a configuration problem?
    • Is this a naming convention mismatch?
    • Is this a logic edge case?

    If structured investigation doesn't resolve the issue within a few attempts, start a fresh conversation with a more specific prompt.

    Save any debugging information to convey if you need to contact Now Support.

    Issues and solutions

    Table 1. Build Agent issues
    Issue Resolution
    Now Assist panel not visible
    • Quick check: Required plugins are installed and your account has the required roles. The ServiceNow IDE needs the admin role plus the documented Build Agent plugins (sn_glider and sn_build_agent for Trial; sn_now_creator for Premium). In ServiceNow Studio, confirm you're on a supported release.
    • Try: Refresh the page or sign out and back in.
    • If still failing, capture: The exact error or behavior, your release, and the role list on your user.
    Build Agent unresponsive
    • Quick check: Browser cache and the active session.
    • Try: Clear the cache, try a different browser, and check the ServiceNow status page for service announcements.
    • If still failing, capture: The request that hung, your browser version, and the ServiceNow status state.
    Scope or name conflict
    • Quick check: Whether the scope or app name is already in use on the instance.
    • Try: Let Build Agent self-correct with a unique scope, or pick a new name and try again.
    • If still failing, capture: The conflicting scope or app name and the action that triggered it.
    Stuck in error loop
    • Quick check: How many fixes Build Agent has attempted on the same symptom.
    • Try: Use Git checkpoints or update set rollback to revert, then start a fresh conversation that names the specific error.
    • If still failing, capture: The exact error text, recent commits, and a brief description of what you were trying to accomplish.
    App not deploying
    • Quick check: Build output for errors before deploying. Build Agent only deploys the latest successful build. If your updates are not available after deployment, the build may have failed even though the deployment succeeded.
    • Try: In the ServiceNow IDE, run ServiceNow SDK build first, check errors, then deploy and install in sequence. In ServiceNow Studio, confirm your update set is current and complete. Paste any error messages into the chat panel and ask Build Agent to resolve the build issues and redeploy. For more information, see Deploying what you built with Build Agent.
    • If still failing, capture: The build log, your SDK version, and your update set state.
    Empty UI page
    • Quick check: The browser console for errors.
    • Try: Open the browser console, copy the error messages, paste them into the chat panel, and ask Build Agent to fix the UI page.
    • If still failing, capture: The full browser console output and the prompt that produced the empty page.
    Context limit exceeded
    • Quick check: Whether you have received a Context Window Exceeded error. Build Agent maintains a history of your session and can resume from the point of failure, but has a context limit.
    • Try: Open a new chat window and describe the application again. Build Agent does not retain context from the previous session, but it reviews the work already done and continues from where it stopped.
    • If still failing, capture: The last prompt before the error and a summary of what had been built.
    Out of prompts
    • Quick check: Your remaining prompt count for the current 30-day cycle.
    • Try: Wait for the cycle to reset, or upgrade to Now Assist for Creator. Plan approvals do not count against your prompt allotment; only submitted prompts do.
    • If still failing, capture: Your entitlement state and the cycle reset date.
    Rate limit error
    • Quick check: Whether the model provider is receiving too many requests.
    • Try: Wait a minute or two before trying again.
    • If still failing, capture: The exact error message and the time it occurred.
    Unsupported configuration
    • Quick check: Whether the requested metadata or feature is in the supported list.
    • Try: Complete that step directly on the platform, then continue with Build Agent for everything else.
    • If still failing, capture: The configuration you needed and the workaround you used.
    Missing dependencies (IDE)
    • Quick check: package.json for the entries Build Agent referenced.
    • Try: Let Build Agent self-correct first. If that does not resolve it, add the package manually and run npm install.
    • If still failing, capture: The missing module name and the install error output.
    Long-running prompt times out
    • Quick check: Your session timeout setting.
    • Try: For labs and workshops, set glide.ui.session_timeout to 1440 in the System Property [sys_properties] table. Coordinate with the platform admin on a shared instance before changing it.
    • If still failing, capture: The session length and the prompt that timed out.