You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying a page that includes a Blog Content Type and attempting to retrieve the blogContent field (Block Editor), GraphQL throws an Internal Server Error instead of returning the expected data.
Steps to Reproduce
Create a Regular Page in dotCMS.
Add a Blog Content Type as a contentlet within a container on that page.
rjvelazco
changed the title
GraphQL: Internal Server Error while executing blogContent in a page
GraphQL: Internal Server Error when querying blogContent in a page
Feb 27, 2025
Problem Statement
When querying a page that includes a Blog Content Type and attempting to retrieve the
blogContent
field (Block Editor), GraphQL throws an Internal Server Error instead of returning the expected data.Steps to Reproduce
Create a Regular Page in dotCMS.
Add a Blog Content Type as a contentlet within a container on that page.
Navigate to DevTools > GraphQL.
Run the following GraphQL query:
Observe that the query fails with an Internal Server Error.
Expected Behavior
blogContent
field without errors.Acceptance Criteria
blogContent
when queried within a page.blogContent
properly serializes Block Editor content as JSON.blogContent
via GraphQL to prevent regressions.dotCMS Version
Reproducible in:
main
/trunk
/demo
Proposed Objective
Technical User Experience
Proposed Priority
Priority 3 - Average
Quality Assurance Notes & Workarounds
blogContent
until the issue is resolved.Sub-Tasks & Estimates
blogContent
serialization in GraphQL.The text was updated successfully, but these errors were encountered: