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
I was testing my code to create channels and encountered this error. Note that I'm not sending an id explicitly while creating a channel, the documentation says that it will create one on its own.
Steps to reproduce:
Create a channel from a node js server.
Hard Delete the channel from get stream dashboard.
Try creating a channel with the same member & without restarting the server.
This issue seems to go away as soon as I restart my server.
code: 4,
message: `GetOrCreateChannel failed with error: "Cannot create a channel with a '!' in the ID, this is a reserved character."`,
StatusCode: 400,
duration: '0.00ms',
more_info: 'https://getstream.io/chat/docs/api_errors_response',
details: []
The text was updated successfully, but these errors were encountered:
This is still an issue. When you delete a channel and create it again with the same members, you get this error. If you wait 30 minutes after deleting, then you can create it without issues.
I was testing my code to create channels and encountered this error. Note that I'm not sending an id explicitly while creating a channel, the documentation says that it will create one on its own.
Steps to reproduce:
This issue seems to go away as soon as I restart my server.
Stack:
Code:
channel creation:
Error:
The text was updated successfully, but these errors were encountered: