Hey guys, pretty new to Jumpstart and coding in general. Any idea why I am getting this error when I am running foreman start from the terminal?foreman error.png44.7 KB When I delete the line 'worker: bundle exec sidekiq' from both the proc.dev and proc file foreman start works for a few seconds on port 5000 and then stops. Any ideas what is causing this worker.1 exited with code 1 error and how I can fix it.
Thanks Doug
Tucker Bohman•
I am having the same issue :( anyone have any suggestions? Thanks, Tucker
Donn Felker•
Do you have redis running?
Tucker Bohman•
Ya I did have Redis running, turns out I just needed to update Ruby to 3.0, I was running 2.6. I was able to track down an error having to do with the safe_load method. Anyway, once I upgraded to Ruby 3.0 everything worked like a charm.