Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Left navigation pane fails to load when Favorites URL is too long and ends with % character - Known Error
  • >
  • Knowledge Base
  • >
  • Known Error (Knowledge Base)
  • >
  • Left navigation pane fails to load when Favorites URL is too long and ends with % character
KB0785177

Left navigation pane fails to load when Favorites URL is too long and ends with % character


1483 Views Last updated : Aug 20, 2024 public Copy Permalink
KB Summary by Now Assist

Description

The URL field on Favorites can take up to 1000 characters, after which it will truncate values. The left navigation pane will become stuck in 'Loading' if any Favorites sys_ui_bookmark URL column contains a URL that is too long and ends with '%' character. It will fail to return from the REST API request for "/api/now/ui/navigator/favorites" and halt loading modules.

This can impact individual users as the favorites are created per user. The error thrown in the console is:
GET https://<instance_name>.service-now.com/api/now/ui/navigator/favorites 500 (Internal Server Error)




The error thrown by REST API is:
<response>
<error>
<detail>
URLDecoder: Incomplete trailing escape (%) pattern Check logs for error trace or enable glide.rest.debug property to verify REST request processing
</detail>
<message>
java.lang.IllegalArgumentException: URLDecoder: Incomplete trailing escape (%) pattern
</message>
</error>
<status>failure</status>
</response>

Steps to Reproduce

1. Import the attached XML file "sys_ui_bookmark_465ca558db30881063bd5886dc961964.xml".
2. Impersonate an ITIL user.

Observe the left navigation panel fails to load any module and remains showing the "loading" message.


Workaround

This problem is under review and targeted to be fixed in a future release. To receive notifications when more information becomes available, subscribe to this Known Error article by clicking the Subscribe button at the top right of this form.

As a workaround, delete all records with very long URL from the [sys_ui_bookmark] table.


Related Problem: PRB1373292

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.