You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Tauri 1.3 app that runs fine on every platform that I've tested except for MacOS Big Sur and Mojave.
On both these versions, the backend loads without issue, but the front end is blank.
If the front (React) is served by itself, it renders ok in the browser. But when it's rendered through Tauri in dev or production, it's blank.
I've checked the doc such as https://tauri.app/v1/references/webview-versions/, and am aware there are ways to check for specific webview functions.
But the issue is that I don't know what's missing or even what went wrong since the Tauri webview console is blank as well.
Please let me know if there are clues about how to get started debugging this kind of issue. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions