@sst
Hmm strange, that should do the work…
Just to be safe, can you run the following via Rails command (replace with your community_id of course):
FeatureFlagService::API::Api.features.enable(community_id: YOUR_COMMUNITY_ID, features: [:footer])
PlanService::Store::Plan::PlanModel.create(community_id: YOUR_COMMUNITY_ID, status: "active", features: {"whitelabel"=>true, "admin_email"=>true, "footer"=>true}, expires_at: Time.current + 20.years)
@guido
All right, keep us posted with the fr.yml correct updates!
Unfortunately I won’t be able to help much with the full disk thing but maybe answers at https://www.sharetribe.com/community/t/need-help-disk-space-is-full/1767/2 could help?