nixopus/nixopus

Apps page shows skeleton loader indefinitely when navigating from another page

Ouverte

#1 349 ouverte le 18 mai 2026

 (1 commentaire) (0 réaction) (0 personne assignée)Go (133 forks)auto 404
buggood first issuelinearnixopus-viewui

Métriques du dépôt

Stars
 (1 449 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur