Closed petereichinger closed 4 months ago
I get an 404 error when trying to read files that contain a space in their filename. I tried using %20 or %B both did not help.
I fixed it by adding enableDecodeURI: true to the config of the staticPlugin
enableDecodeURI: true
staticPlugin
I get an 404 error when trying to read files that contain a space in their filename. I tried using %20 or %B both did not help.