@fiedl wrote:
When running ionic lab with
ionic serve --lab
, assets that have special characters like ä, ö, ü in the file name or folder name are not served.http://localhost:8100/assets/a.jpg — works
http://localhost:8100/assets/ä.jpg — does not work
http://localhost:8100/assets/a/a.jpg — works
http://localhost:8100/assets/ä/a.jpg — does not work
http://localhost:8100/assets/a/ä.jpg — does not workWhen it does not work, it just redirects to http://localhost:8100 rather than serving the asset.
This did work in ionic-v3, but is an issue with ionic-v5.
Does anyone know why this issue exists or how to resolve it? Thänks!
Posts: 1
Participants: 1