🐛 | Layout Builder Modal | No nid available in _layout_builder_modal_dialog_options() on manage layout page causing an error
🇬🇧United Kingdom drOptimum
🐛 | Layout Builder Modal | No nid available in _layout_builder_modal_dialog_options() on manage layout page causing an error
🇬🇧United Kingdom drOptimum
drOptimum → created an issue.
🇬🇧United Kingdom drOptimum
I think you should be able to configure it in permissions section.
🐛 | File (Field) Paths | Caught a FileNotFoundException; cannot validate missing file requested as temporary://filefield_paths/
🇬🇧United Kingdom drOptimum
I saw a similar issue. The problem was misconfigured temporary files directory on Production. Production was behind the load balancer hosted on multiple nodes/instances and the temp dir was configured to use instance local file system that was only available for the curently used instance. The temp dir needs to be available for all instances behind the load balancer, as the traffic is directed to multiple nodes.
I am not sure if this will help in your case as there is not enough details.