shlinkio / shlink-web-client

A React-based client application for Shlink
https://app.shlink.io
MIT License
299 stars 81 forks source link

Not able to import from Firefox for Android #1129

Closed JasonHK closed 7 months ago

JasonHK commented 7 months ago

Firefox for Android seems not recognised text/csv mime type. Change to text/csv,.csv would probably make it works.

https://github.com/shlinkio/shlink-web-client/blob/c75a3a407319ec1957c86d2d13807502fe935e6e/src/servers/helpers/ImportServersBtn.tsx#L90

JasonHK commented 7 months ago

Missing template, see #1130