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
Describe the bug
Unable to create pledges for Fund raising campaigns due to error.
Error Log (Server): error 2024-05-10 16:27:23 xjc7kk8wwj Variable "$userIds" got invalid value null at "userIds[0]"; Expected non-nullable type "ID!" not to be null. {"locations":[{"line":1,"column":135}],"extensions":{"code":"BAD_USER_INPUT","stacktrace":["GraphQLError: Expected non-nullable type \"ID!\" not to be null."
To Reproduce
Steps to reproduce the behavior:
Login as Admin/Superadmin
Open Fund page -> Click on a Fund -> Click on a Fundraising Campaign
Click on Add pledges
Fill out required details
Click on Create Pledge button
Expected behavior
A pledge should be created as per entered details.
Actual behavior
An error occurs on pledge creation for fund raising campaign.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Unable to create pledges for Fund raising campaigns due to error.
Error Log (Server):
error 2024-05-10 16:27:23 xjc7kk8wwj Variable "$userIds" got invalid value null at "userIds[0]"; Expected non-nullable type "ID!" not to be null. {"locations":[{"line":1,"column":135}],"extensions":{"code":"BAD_USER_INPUT","stacktrace":["GraphQLError: Expected non-nullable type \"ID!\" not to be null."
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A pledge should be created as per entered details.
Actual behavior
An error occurs on pledge creation for fund raising campaign.
Screenshots
The text was updated successfully, but these errors were encountered: