When trying to upload a file with an extension of .jpeg appwrite is returning a "File extension not allowed" error. Uploading the same picture with .jpg works. Content-Type is set to image/jpeg. Why doesn't this work?
TL;DR
Developers are experiencing issues uploading .jpeg files with Appwrite, receiving a "File extension not allowed" error. Uploading the file as a .jpg works fine. The solution is to check the file extension restrictions specified in Appwrite's file upload configuration.