You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing #9203, I noticed that if I do not put a trailing slash at the end of the media path (example: /data/media instead of /data/media/), the path is accepted but I get an error 500 while uploading the file later.
I haven't yet looked at how config works and if other paths are affected, but ideally the behaviour should be the same for all directory paths, which should have a trailing slash automatically appended if it is not already present.
The text was updated successfully, but these errors were encountered:
maximemulder
added
the
Bug
PR or issue introducing/requiring bug fixes (not mutually exclusive with the Feature label)
label
Apr 11, 2024
Describe the bug
While testing #9203, I noticed that if I do not put a trailing slash at the end of the media path (example:
/data/media
instead of/data/media/
), the path is accepted but I get an error 500 while uploading the file later.I haven't yet looked at how config works and if other paths are affected, but ideally the behaviour should be the same for all directory paths, which should have a trailing slash automatically appended if it is not already present.
The text was updated successfully, but these errors were encountered: