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
Now if I try to save an instance of the model in the admin, I'm getting the following error message:
TypeError: objectnullisnotiterable(cannotreadpropertySymbol(Symbol.iterator))atFunction.from(<anonymous>)
at uploadFiles(/static/s3file/js/s3file.min.7bb6c3f3de1e.js:1:164)
at ? (/static/s3file/js/s3file.min.7bb6c3f3de1e.js:1:2879)
at Array.forEach(<anonymous>)
at uploadS3Inputs(/static/s3file/js/s3file.min.7bb6c3f3de1e.js:1:2835)
at HTMLFormElement.<anonymous>(/static/s3file/js/s3file.min.7bb6c3f3de1e.js:1:3350)
If I remove blank=True from the model definition, the upload works without a problem.
Do you have an idea what is wrong here?
The text was updated successfully, but these errors were encountered:
Hey there, thank you for this useful project.
I'm using
django ==5.0.3
django-s3file ==5.5.5
django-storages ==1.14.2
I'm using
django-pictures
withdjango-s3file
to serve and store my images.I have a model field setup like so
Now if I try to save an instance of the model in the admin, I'm getting the following error message:
If I remove
blank=True
from the model definition, the upload works without a problem.Do you have an idea what is wrong here?
The text was updated successfully, but these errors were encountered: