Open torepettersen opened 5 days ago
But works when running pnpm run dev and opening in the browser.
Can you try that same thing but with epiphany (also known as gnome web)?
Yes, I have now tried with Epiphany and it also works there.
I now also managed to reproduce the bug in Epiphany.
Seems like I mangage to make it run in Epiphany and with pnpm taruri dev
if I open the app in a browser (like Firefox) first and then open the app in Epiphany or the app window afterwards.
Describe the bug
After adding tailwindcss to a brand new project, I get an error when running
pnpm tauri dev
. But works when runningpnpm run dev
and opening in the browser.Seems similar to this issue: https://github.com/tauri-apps/tauri/issues/11482
Reproduction
pnpm create tauri-app
. All default options, except selecting Svelte as the framework.pnpm dlx sv add tailwindcss
pnpm tauri dev
Expected behavior
Should be able to run the app, instead of crashing.
Full
tauri info
outputStack trace
Additional context
No response