Skip to content

NoMongo: Error While Loading Events Data in Volunteership Section #3867

Open
@gkbishnoi07

Description

@gkbishnoi07

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 field eventsByOrganizationConnection on type 'Query'"
    This suggests that the queried field does not exist in the GraphQL schema or is incorrectly referenced.

Screenshots

Image

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

Labels

bugSomething isn't workingtestTesting applicationunapproved

Type

No type

Projects

  • Status

    Backlog
  • Status

    Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions