-
Hey 😄 I've been trying for many days to launch a simple Tauri application from within a devcontainer. The application was created by following Tauri's NextJS quick start If I run the application with On my terminal, I get the following:
My devcontainer is basically this:
About my environment:
A few things I've already tried:
Anyone can give me a hand? 😢 I have no idea how to solve this Edit 1: I've just follow this tutorial and it seems both Edit 2: If I run Edit 3: I've just added
Edit 4: If I try tweaking on the console of the blank page that opens, I get these errors:
After this, I've noticed that the Edit 5: I've tried installing the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
After a lot of debugging I found this issue I've added |
Beta Was this translation helpful? Give feedback.
After a lot of debugging I found this issue
I've added
WEBKIT_DISABLE_COMPOSITING_MODE=1
to my env vars and this solved the problem. Will this have effect on the performance of the app that is running on the devcontainer? 🤔