Internal Server Error (500) on Get Subscriber In-App Notifications
Payload:
{"statusCode":500,"timestamp":"2024-12-23T10:02:57.057Z","path":"/v1/subscribers/26a20204-5051-70d2-1ec2-a9b9da0bfef1/notifications/feed?page=0&limit=10&read=False&seen=False","message":"Internal server error, contact support and provide them with the errorId","errorId":"112e504e0e3b4e80a0bc6080f4baf9cb"}
Everything is being sent correctly and other calls also work as expected.
7 Replies
Okay this works in cURL but not using the C# SDK. I will investigate some more
@rexchoppers, you just advanced to level 1!
Right found it -
https://api.novu.co/v1/subscribers/26a20204-5051-70d2-1ec2-a9b9da0bfef1/notifications/feed?read=False
With query param:
read=false
works but read=False
does not work. In C# the boolean values are passed usually with PascalCase. Please can this be fixed?
I've just seen the Dotnet library isn't that well-maintained so looks like I'm manually integrating this via Rest@rexchoppers
Thanks for sharing the issue. We are working on generating SDKs from rest api. dot net sdk will be updated in fee days
@Pawan Jain Thank you for your efforts I'll keep an eye out. I'm currently blocked on a project with this so really appreciate the help
@Pawan Jain Hi there, is there any update on when this SDK will be published?
@rexchoppers
It may take few weeks. Apologies for delay
@Pawan Jain No worries I appreciate the update!