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
rexchoppers
rexchoppersOP5w ago
Okay this works in cURL but not using the C# SDK. I will investigate some more
Novu_Bot
Novu_Bot5w ago
@rexchoppers, you just advanced to level 1!
rexchoppers
rexchoppersOP5w ago
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
Pawan Jain
Pawan Jain5w ago
@rexchoppers Thanks for sharing the issue. We are working on generating SDKs from rest api. dot net sdk will be updated in fee days
rexchoppers
rexchoppersOP4w ago
@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?
Pawan Jain
Pawan Jain3w ago
@rexchoppers It may take few weeks. Apologies for delay
rexchoppers
rexchoppersOP3w ago
@Pawan Jain No worries I appreciate the update!

Did you find this page helpful?