[GH-ISSUE #531] web page renders in Chrome, but not in Safari 16.4 in macOS Ventura 13.3 #194

Closed
opened 2026-02-27 08:15:48 +03:00 by kerem · 2 comments
Owner

Originally created by @blysik on GitHub (Apr 5, 2023).
Original GitHub issue: https://github.com/lldap/lldap/issues/531

Hi! Setting up lldap for the first time, using docker. Everything starts up fine. However, visiting http port 17170 in Safari browser results in a completely blank page. Doesn't render in iOS either.

Loading the same local url in Chrome renders properly.

Viewing the source in Safari shows what looks like the normal page:

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8" />
    <title>LLDAP Administration</title>
    <script src="/static/main.js" type="module" defer></script>
    <link
      href="/static/bootstrap-nightshade.min.css"
      rel="preload stylesheet"
      integrity="sha384-CvItGYrXmque42UjYhp+bjRR8tgQz78Nlwk42gYsNzBc6y0DuXNtdUaRzr1cl2uK"
      as="style" />
    <script
      src="/static/bootstrap.bundle.min.js"
      integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"></script>
    <script 
    src="/static/darkmode.min.js" 
    integrity="sha384-A4SLs39X/aUfwRclRaXvNeXNBTLZdnZdHhhteqbYFS2jZTRD79tKeFeBn7SGXNpi"></script>
    <link
      rel="stylesheet"
      href="/static/bootstrap-icons.css"
      integrity="sha384-tKLJeE1ALTUwtXlaGjJYM3sejfssWdAaWR2s97axw4xkiAdMzQjtOjgcyw0Y50KU"
      as="style" />
    <link
      rel="stylesheet"
      integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
      href="/static/font-awesome.min.css" />
    <link
      rel="stylesheet"
      href="/static/fonts.css" />
    <link
      rel="stylesheet"
      href="/static/style.css" />
    <script>
      function inDarkMode(){
        return darkmode.inDarkMode;
      }
    </script>
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
</body>

</html>

Anyone else seeing this issue? Thanks in advance.

Originally created by @blysik on GitHub (Apr 5, 2023). Original GitHub issue: https://github.com/lldap/lldap/issues/531 Hi! Setting up lldap for the first time, using docker. Everything starts up fine. However, visiting http port 17170 in Safari browser results in a completely blank page. Doesn't render in iOS either. Loading the same local url in Chrome renders properly. Viewing the source in Safari shows what looks like the normal page: ``` <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <title>LLDAP Administration</title> <script src="/static/main.js" type="module" defer></script> <link href="/static/bootstrap-nightshade.min.css" rel="preload stylesheet" integrity="sha384-CvItGYrXmque42UjYhp+bjRR8tgQz78Nlwk42gYsNzBc6y0DuXNtdUaRzr1cl2uK" as="style" /> <script src="/static/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"></script> <script src="/static/darkmode.min.js" integrity="sha384-A4SLs39X/aUfwRclRaXvNeXNBTLZdnZdHhhteqbYFS2jZTRD79tKeFeBn7SGXNpi"></script> <link rel="stylesheet" href="/static/bootstrap-icons.css" integrity="sha384-tKLJeE1ALTUwtXlaGjJYM3sejfssWdAaWR2s97axw4xkiAdMzQjtOjgcyw0Y50KU" as="style" /> <link rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" href="/static/font-awesome.min.css" /> <link rel="stylesheet" href="/static/fonts.css" /> <link rel="stylesheet" href="/static/style.css" /> <script> function inDarkMode(){ return darkmode.inDarkMode; } </script> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> </body> </html> ``` Anyone else seeing this issue? Thanks in advance.
kerem closed this issue 2026-02-27 08:15:48 +03:00
Author
Owner

@nitnelave commented on GitHub (Apr 5, 2023):

I'm guessing you're using stable? Can you try with latest? We had a patch last week to fix some shortcomings of safari.

<!-- gh-comment-id:1498080188 --> @nitnelave commented on GitHub (Apr 5, 2023): I'm guessing you're using stable? Can you try with latest? We had a patch last week to fix some shortcomings of safari.
Author
Owner

@blysik commented on GitHub (Apr 5, 2023):

Correct. And I can confirm that using latest solves the problem.

<!-- gh-comment-id:1498149290 --> @blysik commented on GitHub (Apr 5, 2023): Correct. And I can confirm that using latest solves the problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#194
No description provided.