Fixes #1: ShareUrl: Dynamically created by client
2 unresolved threads
Compare changes
- Francesco Gramegna authored
Now treating 127.0.0.1 the same as localhost in the dynamic shareUrl creation (since some people would still connect in this way).
@@ -275,7 +275,7 @@ case class AppPage(appId: AppId, uiId: UIId, instanceId: InstanceId, userId: Use
@@ -275,7 +275,7 @@ case class AppPage(appId: AppId, uiId: UIId, instanceId: InstanceId, userId: Use
val shareUrl = f"$hypertextProtocol://${shareUrlHost}${if port.nonEmpty then f":$port" else ""}${appInfo.shareSubUrl}"