Delete server rules button does not delete rule.
-
wrote on Mar 6, 2024, 11:38 PM last edited by
I just noticed this, but at the moment in my Pixelfed v0.11.13 the rules button does not delete rules in Admin > Settings > Rules tab of both my instances. Is it just me or anyone else?
There is no CLI command to do this, anyone know how I could delete or at least edit a rule in MySQL?
-
@yehuda1491 I have opened an issue at https://github.com/pixelfed/pixelfed/issues/4990
-
I had to delete the keys from redis altogether using
DEL pixelfed_cache:config_cache:_v0-key:app.rules
(use the redis button in the web terminal). There is also some entries in MySQL tableconfig_cache
with the key app.rules. Not an expert on the app but clearing those made those go away in admin also. -
I had to delete the keys from redis altogether using
DEL pixelfed_cache:config_cache:_v0-key:app.rules
(use the redis button in the web terminal). There is also some entries in MySQL tableconfig_cache
with the key app.rules. Not an expert on the app but clearing those made those go away in admin also.wrote on Mar 7, 2024, 11:26 PM last edited by@girish Thanks so much, you rock!
-
wrote on Apr 30, 2024, 2:35 PM last edited by yehuda1491 Apr 30, 2024, 3:01 PM
@girish Still having an issue with rules in the new Pixelfed 0.12.0 version. It doesn't pull the existing rules into the admin Rules section. When I added a rule and saved it, it just spins. And then the existing rules are deleted, but no new rule. Which is better than the rule mistake I previously had, but it appears there is no way to add a rule.
-
@yehuda1491 maybe you can report it at https://github.com/pixelfed/pixelfed/issues/ . I have previously reported https://github.com/pixelfed/pixelfed/issues/4990 based on your report but upstream author said he had fixed it.
-
@yehuda1491 maybe you can report it at https://github.com/pixelfed/pixelfed/issues/ . I have previously reported https://github.com/pixelfed/pixelfed/issues/4990 based on your report but upstream author said he had fixed it.
wrote on Apr 30, 2024, 3:23 PM last edited by@girish I left Dan a message on the Discord
-
wrote on Apr 30, 2024, 3:33 PM last edited by
@girish Looks like a lot of other settings are not brought into the new admin section such as Landing/registration status, Branding/Server Name, Short & Long Description, Media/Media Types
-
@yehuda1491 I see some stuff in settings. Is this what you mean?
-
wrote on Apr 30, 2024, 5:23 PM last edited by yehuda1491 Apr 30, 2024, 5:54 PM
@girish Yes, but for instance in this screen the Admin Account was set before, not blank, if I reset it, it won't take. Ditto for the branding and other settings.
-
wrote on Apr 30, 2024, 5:26 PM last edited by
-
wrote on Apr 30, 2024, 5:27 PM last edited by yehuda1491 Apr 30, 2024, 5:54 PM
@girish It's all missing, and saving new won't take.
-
wrote on Apr 30, 2024, 6:36 PM last edited by
My settings are also not saved and /horizon gives an error.
-
wrote on Apr 30, 2024, 7:32 PM last edited by
I also have a problem with the version, rules cannot be added and I had a larger user storage limit and it is 5 Gb after the update and cannot be increased in the settings
-
wrote on Apr 30, 2024, 8:04 PM last edited by
@girish It also breaks Curated Onboarding, there is just wide open registrations
-
wrote on Apr 30, 2024, 8:09 PM last edited by
@girish Dan says "I will look into this after work, seems like something maybe corrupted in the config_cache table, however it will be easy to fix"
-
wrote on May 1, 2024, 10:41 AM last edited by
@girish his fix didn't work, and of course this is much more extensive than just the rules.
-
wrote on May 1, 2024, 10:43 AM last edited by
I went back, to an older version
-
wrote on May 2, 2024, 4:12 PM last edited by
I had to roll back to the previous Pixelfed version, I couldn't leave everything unconfigured and registrations wide open.
-
@yehuda1491 do you happen to know what his plans are? Will he be making a new release with fixes? Maybe we can revert the Cloudron package release.