Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Server-Side Rendering (SSR) Error in DocumentTypeDocumentsPage #439

Open
DennisAlund opened this issue Sep 2, 2024 · 0 comments
Assignees
Labels
priority:medium 👍 Regular priority issue type:technical-debt Technical debt

Comments

@DennisAlund
Copy link
Member

Description:
There is an issue where the DocumentTypeDocumentsPage component is being detected as a server-rendered component despite using the "use client" directive. This issue needs to be explored further to determine the root cause and potential solutions.

Steps Identified:

  • The component still triggers SSR-related errors even though the "use client" directive is used.
  • The problem persists when the component is built, suggesting there may be an issue with how the component is being processed during the build or rendering phase.

Actions:

  • Investigate why the component is being detected as a server-rendered component despite the use of "use client".
  • Explore potential fixes or workarounds to prevent SSR errors from occurring in this context.
  • Consider placing this issue in the technical debt backlog for further exploration after deployment to app hosting.

Additional Context:
This issue was flagged as technical debt during the review process of PR #435, and further exploration is required post-deployment to app hosting to assess the impact and potential solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium 👍 Regular priority issue type:technical-debt Technical debt
Projects
Status: In progress
Development

No branches or pull requests

2 participants