Closed Aidan-Chelig closed 1 year ago
Having tried to reproduce this etc. it seems that this line
<link data-trunk rel="rust" data-wasm-opt="z" />
is what is causing the blank screen. Not sure what's going on there, but if you just remove that from your index.html
it works fine.
Thanks so much that fixed it!
When i run
'trunk serve --open --features csr'
I get the following errorError: error getting canonical path to source HTML file "index.html"
if i add in the default index.html from trunks README to the root of the directorythen try the command again i get the following warnings
then my browser opens to an empty page.
am i doing something wrong? I know it says its ill advised to run build with csr but its my intention.
The site does work when i use
cargo leptos serve