I can find window.__TAURI_INTERNALS__.invoke but not window.__TAURI__.invoke #11586
-
I can find window.TAURI_INTERNALS.invoke but not window.TAURI.invoke I feel liek I need to keep going to get window.TAURI.invoke available but hitting roadblocks. Probably me and not a bug, but I've been editing tauri.conf.json but no success. Trying allowlist and getting unexpected error when compiling. Any path to a solution I should try? I've also cargo update and messed with toml fro a while. Please let me know what configs to dump here to see if you can guide me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The output of the The only thing that should be required for this is to enable In v2 the |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Looking at your tauri.conf.json file it's indeed this part of my message:
Since you're using v2, the app block should look like this