Skip to content

Apps page shows skeleton loader indefinitely when navigating from another page #1349

@raghavyuva

Description

@raghavyuva

Bug Report

Description

When navigating to the Apps page from another page within the application, the skeleton loader displays indefinitely and the content never loads. However, refreshing the page directly resolves the issue and the content loads correctly.

Steps to Reproduce

  1. Navigate to any page other than the Apps page
  2. Click a link or navigate to the Apps page
  3. Observe that the skeleton loader is shown and content never loads

Expected Behavior

The Apps page should load its content correctly when navigated to from another page, without requiring a full page refresh.

Actual Behavior

The skeleton loader is shown indefinitely when arriving at the Apps page via client-side navigation. The content only loads if the user manually refreshes the page while on the Apps page.

Possible Cause

Likely a data fetching or state initialization issue — the fetch/query may depend on some state that is only correctly set on a fresh page load (e.g. initial mount vs. route transition), or the loading state is not being reset properly on navigation.

Environment

  • Route: /apps (or equivalent)

Reported by: linear

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions