P
Postiz2mo ago
Support

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
7 Replies
Support
SupportOP2mo ago
@Postiz please help @Onufry @Postiz please help @Onufry
Onufry
Onufry2mo ago
Someone?
xcons
xcons4w ago
@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
Onufry
Onufry4w ago
@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
xcons
xcons4w ago
@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 lol
Onufry
Onufry4w ago
yep, thanks, that worked
No description
xcons
xcons4w ago
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

Did you find this page helpful?