Server Stall Out
It's getting worse. The app responds but the terminal logs stop updating. Kind of hard to troubleshoot Turbo links calls failing when you can't see the remote calls in the logs. Also when I quit foreman to restart my CLI goes 'blank'. If I 'arrow-up' for my last command (
foreman start
) the CLI doesn't update. If I hit enter or type any commands they run but I am literally typing blind.First off, all forms are handled by Hotwire now, so if you make a request and it fails with an error, you may not see that error reflected in the browser. I think that's a bug in Turbo.js that needs fixing on the fetch request.
Also, give Overmind a try instead of Foreman. It might handle things better. And of course, run the Rails server directly and see if it still happens.
I've noticed some weirdness where I can't Ctrl-C a Rails server lately. I have to kill it manually. Not sure what causes that.
Also, give Overmind a try instead of Foreman. It might handle things better. And of course, run the Rails server directly and see if it still happens.
I've noticed some weirdness where I can't Ctrl-C a Rails server lately. I have to kill it manually. Not sure what causes that.
definitely going to try Overmind, thanks for that pointer. When i run Rails, and node and sidekiq each in their own terminal windows everything works flawlessly.
also, in re: Hotwire....is this something that would have gotten picked up from a gem update or would we have had to fetch and merge the latest JSP?
also, in re: Hotwire....is this something that would have gotten picked up from a gem update or would we have had to fetch and merge the latest JSP?
Notifications
You’re not receiving notifications from this thread.