You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I failed to delete the uploaded file when I was using JSON type as the meta data column type.
ArgumentError:
Dragonfly::TempObject must be initialized with a String, a Pathname, a File, a Tempfile, another TempObject, something that responds to .tempfile, or something that responds to .path - you gave nil
I believe the root cause is that Paperdragon retrieves values with keys in symbol, while all the keys in JSON type are Strings.
I failed to delete the uploaded file when I was using JSON type as the meta data column type.
I believe the root cause is that Paperdragon retrieves values with keys in symbol, while all the keys in JSON type are Strings.
Hash of serialised text:
Hash of JSON:
The text was updated successfully, but these errors were encountered: