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 have made width and height columns in the DB table nullable. That kinda solved the problem, and now svg files are uploadable in an image field. But then I've noticed two other bugs:
The image is not shown/previewed in the field in Decoy.
Some error in the console.
I think Decoy is trying to make a thumbnail of the uploaded image, which fails with svg files.
When uploading an svg file into an image type field it gives the SQL error "width cannot be null".
The text was updated successfully, but these errors were encountered: