[Problem/Question]
// Detailed description of issue.
org.sendbird.client.ApiException: {“error”:true,“message”:“"invitation" not found.”,“code”:400201}
// If problem, please fill out the below. If question, please delete. [SDK Version]
// What version of the SDK are you using?
sendbird-platform-sdk:1.0.23 JAVA [Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.
create user
create channel
invite user
accept user << [Frequency]
// How frequently is this issue occurring?
each time I try [Current impact]
// How is this currently impacting your implementation?
Getting error
User is unable to retrieve the channel from /users/{userId}/my_group_channels
Thank you for your reply. Maybe I should be bit more specific.
So this is what I see in the dashboard. Invited a user and a bot to a non-super group channel. and I see both the bot and the user in the dashboard > group channel > members.
However, if I make a GET /v3/users/{userId}/my_group_channels
Okay I think I got it. it appears that if the channel has no message or no “recent” message, then it returns . Once I added message, it started showing up in the response. Thanks!