Hello, @abhishek7504
May I know what is the error that you are getting when you tried the cURL command I suggested earlier instead of using Postman? These settings look good when compared to mine which allows me to create the channel based on the cURL with the System Administrator personal token I shared earlier:
“RestrictPublicChannelCreation”: “all”,
“RestrictPrivateChannelCreation”: “all”,
@XxLilBoPeepsxX we can definitely look into that avenue. @abhishek7504 can you confirm if you are running on MySQL or PostgreSQL?
If you are on MySQL, run the SHOW Tables
and DESCRIBE Channels
SQL command.
If you are on PostgreSQL, run the \dt
and \d+ Users
command.
Share the output here so we can compare it with what I have.