mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #531] web page renders in Chrome, but not in Safari 16.4 in macOS Ventura 13.3 #194
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#194
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Anyone else seeing this issue? Thanks in advance.
@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.
@blysik commented on GitHub (Apr 5, 2023):
Correct. And I can confirm that using latest solves the problem.