My Tauri and frontend (Quasar) browsers are conflicting:
'Warn Waiting for your frontend dev server to start on http://localhost:1420/'
The tauri.config.json DevPath seems to be the problem:
No matter the URL I set DevPath to I get the above error.
If I set it to the same as the frontend URL it bombs out with:
"Finished dev [unoptimized + debuginfo] target(s) in 23.49s
/home/kenahaagner/dev/quasar-project/src-tauri/target/debug/pow: symbol lookup error: /snap/core20/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE"
In the "Integrate into Existing Project" docs, it mentions that:
"What is the URL of your dev server?
This can be either a URL or a file path that Tauri will load during development.
For the project example in this guide, this is http://localhost:3000. Note that it may be something different (or even a directory) if you're using a different framework."
I can use a directory which, I would guess would be the best for MPDA.
I've tried using UI, as explained in the "HTML, CSS, and JavaScript" section,
but this can't be found.
I've also tried "../dist" as indicated in Configuration, but here the macro panicks mentioning the "distDir" not being found but giving the line number of the DevPath.