Ticket: Re-enable Disabled Channel Issue
@Onufry Just created a ticket
Question: How to re-enable disabled channel?
Attempted: I refreshed X api keys did and create new X app. The acc is still disabled after being removed and added again
Working On: X
Using Postiz On: docker-compose
Take it from here @Postiz
Question: How to re-enable disabled channel?
Attempted: I refreshed X api keys did and create new X app. The acc is still disabled after being removed and added again
Working On: X
Using Postiz On: docker-compose
Take it from here @Postiz
7 Replies
@Postiz please help @Onufry
@Postiz please help @Onufry
Someone?
@Onufry , I've not come across this issue before, if you're still having this issue, let me know, we might need to fiddle around in the database to reactivate it
@xcons hello, yes, i still did not reenable the twitter channel, i tried restarting the docker stack, removing the twitter app permission and adding again, removing the whole app and creating the new one and restarting the api keys - no results, still channel shows channel disabled and no option to re enable this
@Onufry , so did you delete the database at any point? If not, it's probably just disabled in the database still
This SQL query should work;
UPDATE "Integration" set disabled = false;
Actually, this is dumb, let me see if I can write the code to enable the channel again lolyep, thanks, that worked
Wahey
So, I did take a look, the code exists to enable channels, but it's not showing up in the free version due to a bug