I found a Windows compatibility issue while running the app locally.
Problem:
Valid log files can be rejected on Windows because MIME detection may return "unknown" even when the file extension is allowed.
Expected:
Valid .log files should still be accepted and analyzed.
Actual:
The upload fails before analysis starts.
Why this matters:
This blocks Windows users from using the app properly.
Possible fix:
Allow "unknown" MIME when the file extension is already in the allowed log file list, or use extension-based fallback validation.
If this issue is okay, can you please assign it to me? @sutanjoyb
I found a Windows compatibility issue while running the app locally.
Problem:
Valid log files can be rejected on Windows because MIME detection may return "unknown" even when the file extension is allowed.
Expected:
Valid .log files should still be accepted and analyzed.
Actual:
The upload fails before analysis starts.
Why this matters:
This blocks Windows users from using the app properly.
Possible fix:
Allow "unknown" MIME when the file extension is already in the allowed log file list, or use extension-based fallback validation.
If this issue is okay, can you please assign it to me? @sutanjoyb