aquadoggo
aquadoggo copied to clipboard
Check if `blobs_base_path` exists when set
If the blob path is set but a directory doesn't exist at that location, then the node starts but later will crash if a blob is created. This results in confusing errors unrelated to the actual error.
If it doesn't exist, better behaviour would be to either automatically create it, or warn and shutdown the node.