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
- Navigate to any page other than the Apps page
- Click a link or navigate to the Apps page
- 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
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
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
/apps(or equivalent)Reported by: linear