matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.26k stars 276 forks source link

Error 400 on three page loads #479

Open KhanMaytok opened 5 years ago

KhanMaytok commented 5 years ago

I have an error 400 on the three consecurive page loads. I check the error in production and it's due to the image path tries to write the image root folder, then search the project folder then search the correct path in uploads folder. here is a image:

image

Django version is 2

vstoykov commented 5 years ago

Thank you for your report. Unfortunately I'm not developing on Windows and can't test it. If you are willing to help and can diagnose where the problem is I will be very grateful.

KhanMaytok commented 5 years ago

I will debug and try to make a pull request

vstoykov commented 5 years ago

Thank you very much!

vstoykov commented 5 years ago

@KhanMaytok, did you managed to solve the problem?