20 Oct
2023
20 Oct
'23
9:04 p.m.
I also solved this issue. How?
By adding columns to two tables in the database mailman3web:
alter table hyperkitty_mailinglist add column archive_rendering_mode varchar(255) default null;
alter table socialaccount_socialapp add column provider_id
varchar(200) NOT NULL;
alter table socialaccount_socialapp add column settings
longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(settings
));