flame icon indicating copy to clipboard operation
flame copied to clipboard

[BUG] In Safari links to local domain misses the .local part of the link

Open jrho2 opened this issue 3 years ago • 1 comments

Deployment details:

  • App version: 2.3.0
  • Platform: Docker, Synology
  • Docker image tag [latest]: Docker image in Synology, as described by mariushosting.com

Bug description:

In Safari on iPad links to local domain misses the .local part of the link, so that links like music.local i flame opens a browser with only music in the addressbar.


Steps to reproduce:

  1. Go to 'Dashboard > applications'
  2. Click on 'the link to Music'
  3. And then Safari opens with music and nothing else in the addressbar.

image

jrho2 avatar May 13 '22 09:05 jrho2

There are tons of issues with .local, especially on Apple devices.

Do these links work outside of Flame? I.e. when serving something like this:

<html>
  <head>
    <title>im flaem not lying promis</title>
  </head>
  <body>
    <a href="http://musik.local">WebMusik http</a>
    <a href="https://musik.local">WebMusik https</a>
    <a href="musik.local">WebMusik noschema</a>
  </body>
</html>

micalm avatar May 29 '22 07:05 micalm