Radicle / Lando not syncing with browser

I decided to give radicle a try, in an effort to reduce my WSL development frustrations. It hasn’t been going so well! It’s Radicle 1.4.1 by the way.

Anyway, now I’m stuck where any css or blade changes are not being reflected in the browser during development. Forcing a full refresh updates the blade templates but new tailwind classes, or custom classes added to app.css are not updated or added to the css.

What am I missing here? It seems like I need to configure something but I’m not seeing any explanation in the docs.

Should I be working in the mounted windows (/mnt/) folders or should I be working directly in WSL folders?

Also, should I be using yarn dev or lando yarn dev?

Thanks!

Maybe @pawel_str, who responded from your other topic (Trellis installation problems on WSL - #14 by pawel_str), can provide some insight? :eyes:

@ben Thanks. @decoycircuit left a clue in that post where they stated that they work exclusively in WSL now. So I have tried that and everything is running much smoother now.

So to be clear, do not work in the /mnt/ folders of WSL. It’s really slow and browsersync does not work. Working directly in WSL folders through VSCode is super fast and everything seems to work fine so far.

And to answer my other question, yarn dev seems to work much better than lando yarn dev, the latter doesn’t seem to work with browsersync.

I’ll come back with any more tips I might discover.

1 Like