-
-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File not found error on Azure #1439
Comments
@Morefra: What is the last version of |
@fscherf here our setup as of this monday. We tried to update to django-storages 1.14.4 and it broke again Wagtail 6.2.1 (Django 5.1) |
@Morefra We released django-storage-url 0.12.1. Can you please if it fixes your issue? |
Likely a dupe of #1430, apologies, have not had a time to figure out a real solution. |
After updating django-storages to 1.14, when trying to upload an image through the admin panel I'm getting a file not found error with the following trace:
Checking on azure I see that the file was uploaded successfully, but for some reason wagtail (django) was not able to retrieve it.
This looks very similar to issue #802 from 2019, but I don't see a solution for it.
versions used:
Wagtail 6.1.3 (Django 5.0.7)
django-storages 1.14.1
azure-core: 1.30.2
azure-storage-blob: 12.21.0
The text was updated successfully, but these errors were encountered: