Hi, i have just installed and configured my setup by cloning the repository today and running it using npm by following the instructions in the documentation. Most of the features i am planning to use for my setup worked fine. I have also managed to create a channel using the /client/createChannel/ endpoint.
However, /client/getChannels/ returns 500 error with response:
{ "success": false, "error": "Cannot read properties of undefined (reading 'description')" }
Also the same error when trying to post message to the created channel using the /channel/sendMessage/ endpoint.
Hoping you would make the /channel/sendMessage/ feature functional in the near future.
Hi, i have just installed and configured my setup by cloning the repository today and running it using npm by following the instructions in the documentation. Most of the features i am planning to use for my setup worked fine. I have also managed to create a channel using the
/client/createChannel/endpoint.However,
/client/getChannels/returns 500 error with response:{ "success": false, "error": "Cannot read properties of undefined (reading 'description')" }Also the same error when trying to post message to the created channel using the
/channel/sendMessage/endpoint.Hoping you would make the
/channel/sendMessage/feature functional in the near future.