I’m running a docker container on windows(11), recently upgraded to 7.1 I can’t figure any way to make the rails server reliably reflect changes in the dev environment without stalling hard or requiring a restart.
I also am running actioncable with this upgrade, if that is a problem. Is this a common experience? It’s quite obnoxious. Tried everything I could find. Even updated wsl.
Server either totally ignores changes even to the simplest updates, or refuses to respond entirely. The best I can get it is to where it stalls and I smash refresh 20 times then it wakes up, and quickly processes 20 requests at once, then falls into a coma again…
thanks!