Giorgio Boa
Giorgio Boa
we solved it with this config and upgrading Qwik + Qwik City ``` const qwikCityMiddleware = qwikCity(render, { prefetchStrategy: { implementation: 'link-prefetch', }, }); export const onRequest = [qwikCityMiddleware]; ```
in my local machine and also in the public repo the server is running in SSR mode -> `npm run dev.ssr` 🤔 maybe is something related about this **--- update...
The repo is generated from this repo https://github.com/gioboa/qwik-city-issue/commits/main
sorry, I miss to report this step. I did also `npm install sass` after step number 4 I will update the main message
Yep, I added useStyle directly inside my App component and now works correctly ``` .... import styles from '../../global.scss'; export const App = component$(() => { useStyles$(styles); .... }); ```...
This PR is old, so I'm closing this for now. Feel free to re-open it if it's still valid. Thanks.
Hi @yeslad, is it still a valid PR?
Is there anyone who solved the problem? I am available to look at the problem in pairs to reproduce and resolve this issue.
Is it still active or is it abandoned?
Thanks for your help. I close this PR b/c it's stale.