Hello, I'm experiencing a significant issue with my client's website, and it's the first time I've encountered this problem.
When submitting the reservation form, the page loads but nothing happens.
I can see that the first image file is created in /media/, but it remains at 0 bytes.
I don't understand the issue, as I feel I've followed all the usual procedures correctly.
Could you please shed some light on this problem?
The issue specifically is: - Form submission appears to start - Page keeps loading indefinitely - First image file is created in media directory - But file size remains at 0 bytes - No error messages are displayed
Any help in resolving this would be greatly appreciated. Best regards, Dylan Saint-Jalmes
Technical details: - Python 3.10 - Django 4.2.13 - Using ImageField for file uploads - Form includes multiple file uploads (driver's license, ID card) - Using default file upload handlers - Issue only occurs in production on PythonAnywhere
The only log error: 2024-11-05 21:22:53,847: OSError: write error