ass icon indicating copy to clipboard operation
ass copied to clipboard

[BUG] Doesn't allow mp4 files to be uploaded in strict mode.

Open Sliden101 opened this issue 2 years ago • 1 comments

Is there an existing Issue for this bug?

  • [X] I have searched the existing issues

Expected behavior

Upload mp4 file in strict mode and embed it.

Actual behavior

Doesn't detect mp4 file as permitted media. Instead detects as application/octet-stream,

Steps to reproduce

1.Turn on strict mode 2.Try to upload an mp4 file

Logs (optional)

No response

ass version

[email protected]

Deployment

Manual

Operating system

pterodactyl container supposedly debian

Node version

17.1.0

Sliden101 avatar Aug 16 '22 17:08 Sliden101

to fix it, turn off strict mode

James-Discord avatar Aug 16 '22 17:08 James-Discord

I've determined this only occurs on Node 17, mediaStrict: true works fine on Node 16.

tycrek avatar Oct 14 '22 05:10 tycrek