Skip to content

fix: request logs not loading on initial page open in Community Editi…#3223

Open
Adityakk9031 wants to merge 1 commit into
fosrl:devfrom
Adityakk9031:#2867
Open

fix: request logs not loading on initial page open in Community Editi…#3223
Adityakk9031 wants to merge 1 commit into
fosrl:devfrom
Adityakk9031:#2867

Conversation

@Adityakk9031

Copy link
Copy Markdown
Contributor

Fixes #2867 — Request Logs page shows "No results found" on initial load in Community Edition (OSS build), requiring a manual Refresh click to populate data.

Root cause: The useEffect responsible for fetching logs on mount had an early-return guard if (build === "oss") return, which completely skipped the initial data fetch on CE. EE was unaffected because the guard only triggered for the oss build.

Change: Removed the build === "oss" guard from the mount effect in src/app/[orgId]/settings/logs/request/page.tsx and cleaned up the now-unused build import. The fetch now runs on all builds, consistent with EE behaviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant