Describe the bug
On the Domains page, entities may be missing from the list. The issue starts becoming visible at 25+ domains.
To Reproduce
- Ensure your DataHub instance has 25 or more domains.
- Navigate to Domains.
- Count the entities shown in the list and compare to the total you know to exist.
- See that the list count is lower than the number of domains created.
Expected behavior
All created domains should appear in the list view.
Desktop
- OS: Windows, MacOs
- Browser: Edge
- Version: 1.6.0
Additional context
- Missing domains are fully intact, direct URL navigation works.
- The situation can be improved by adjusting to f.e.
export const DOMAIN_COUNT = 100; in datahub-web-react/src/app/domainV2/useScrollDomains.ts
Describe the bug
On the Domains page, entities may be missing from the list. The issue starts becoming visible at 25+ domains.
To Reproduce
Expected behavior
All created domains should appear in the list view.
Desktop
Additional context
export const DOMAIN_COUNT = 100;indatahub-web-react/src/app/domainV2/useScrollDomains.ts