Clodflare Page not running Js
# general-help
s
Hello folks, i deployed my first qwik app to Cloudflare Pages. Unfornately none of the js seems to work. You can find it here: https://8d2ed25a.zankel-engineering.pages.dev/ Did anybody have similar problems? Sebastian
w
I'm not seeing any JS get loaded

https://i.walshy.dev/YnTxNvUcJsjiRSkA6w.png

j
The only JS is an inline script tag.
s
Yes that is how qwik works.
The page is server side rendered.
w
Sure but if you want JS to work then you'd need some JS loaded
i don't use qwik so can't really advise, i'd recommend asking in their support channels
s
But there is and inline script. The js gets loaded on demand from the snippet when it is really needed as fast as I know.
Unfortunately when I serve it locally with wrangler it also doesn't work.
Hmm don't know why. Seems like I need to figure it out on my own.
3 Views