Closed (works as designed)
Project:
Stage File Proxy
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2023 at 05:53 UTC
Updated:
3 Aug 2023 at 01:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
thomwilhelm commentedComment #4
thomwilhelm commentedComment #5
keshavv commentedI have checked the MR and found that it is a config variable and it will never be null. As the default value is already provided in
config/install/stage_file_proxy.settings.yml.Comment #6
thomwilhelm commentedOh that's interesting as I only stumbled across this as I got this warning on one of our sites. I'll do some more digging.
Comment #7
jschref commentedFWIW, I ran into this intermittently too. Converted this to a patch in case anyone else needs it as well.
Comment #8
thomwilhelm commentedComment #5 you were correct!
I realised I had a broken config_split setup, so I had missed the schema update when upgrading at some stage.
After fixing my config_split setup, I uninstalled stage_file_proxy, then re-installed and configured the form again from scratch. After exporting dev config, I can see the origin_dir setting. So there is no need for this patch, I'll close the MR.