From c48ad9be671ebf3526573875ea53e00c7d0771e4 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 5 Jul 2022 08:44:26 +1000 Subject: [PATCH] doc: white screen fix for Mac. Closes #1508 --- website/docs/guides/troubleshooting.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/docs/guides/troubleshooting.mdx b/website/docs/guides/troubleshooting.mdx index 9c7898eb3..2bea2216e 100644 --- a/website/docs/guides/troubleshooting.mdx +++ b/website/docs/guides/troubleshooting.mdx @@ -20,6 +20,20 @@ var assets embed.FS ``` Check that `frontend/dist` contains your application assets. +### Mac + +If this happens on Mac, try adding the following to your `Info.plist`: + +```xml +NSAppTransportSecurity + + NSAllowsLocalNetworking + + +``` + +Reference: https://github.com/wailsapp/wails/issues/1504#issuecomment-1174317433 + ## Mac application not valid If your built application looks like this in finder: