Open
Description
Describe the bug
The Volunteer section fails to load events data, displaying an error message:
"Error occurred while loading Events data"
To Reproduce
Steps to reproduce the behavior:
1.Open Talawa Admin (develop-postgres branch)
2. Login to the User Portal using [email protected].
3. Join an Organization & Visit an Organization Page
4. Navigate to the Volunteers section.
Expected behavior
The events data should load successfully, displaying upcoming organization events.
Actual behavior
An error message is displayed: "Error occurred while loading Events data".
- The GraphQL API returns a null data response with an error:
"Cannot query fieldeventsByOrganizationConnection
on type 'Query'"
This suggests that the queried field does not exist in the GraphQL schema or is incorrectly referenced.
Screenshots
Additional details
- Check if the eventsByOrganizationConnection query exists in the backend schema (talawa-api). If it was renamed or removed, update the frontend accordingly. If missing, define it properly in the GraphQL API or use a similar existing query
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog
Status
Backlog