Skip to content

#NSoC '26 | Windows compatibility: valid log files fail because MIME detection returns unknown #133

Description

@SanjanaSidhwani

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

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions