We've moved discussions to Discord

Having a really hard time getting Jumpstart to run

Dylan Damsma
Not sure what I am doing wrong..

I got it set-up and running for a little bit, and suddenly the server failed. Then after that I've been unable to get it started using "foreman start". It keeps doing the following:

dylandamsma@Dylans-MacBook-Pro-2 wangwang % foreman start     
00:48:44 web.1     | started with pid 96599
00:48:44 webpack.1 | started with pid 96600
00:48:44 worker.1  | started with pid 96601
00:48:44 stripe.1  | started with pid 96602
00:48:44 guard.1   | started with pid 96603
00:48:44 stripe.1  | Checking for new versions...
00:48:44 stripe.1  | 
00:48:44 stripe.1  | Getting ready...
00:48:46 stripe.1  | Ready! Your webhook signing secret is whsec_FHwRsN7xsCziE0kxtjPGWETCcevvj33G (^C to quit)
00:48:47 webpack.1 | ℹ 「wds」: Project is running at http://localhost:3035/
00:48:47 webpack.1 | ℹ 「wds」: webpack output is served from /packs/
00:48:47 webpack.1 | ℹ 「wds」: Content not from webpack is served from /Users/dylandamsma/websites/wangwang/public/packs
00:48:47 webpack.1 | ℹ 「wds」: 404s will fallback to /index.html
00:48:47 guard.1   | 00:48:47 - INFO - LiveReload is waiting for a browser to connect.
00:48:47 guard.1   | 00:48:47 - INFO - Guard is now watching at '/Users/dylandamsma/websites/wangwang'
00:48:48 worker.1  | exited with code 1
00:48:48 system    | sending SIGTERM to all processes
00:48:48 guard.1   | terminated by SIGTERM
00:48:48 stripe.1  | exited with code 0
00:48:48 webpack.1 | terminated by SIGTERM
00:48:48 web.1     | terminated by SIGTERM

Would someone be able to assist me here? There is no error to reference, so I have no idea what it is failing on?

Best regards,
Dylan
Dylan Damsma
Well, apparently I did not have Redis started, I thought foreman took care of that but alas...

It took me 6 hours to get all of this running (I tried on my Pop_OS install first, but brew services does not work on linux, so I gave up). Another 2/3 hours on the mac to get it working.

The readme file is not entirely sufficient for actually getting it up and running, there are a lot of missing steps I've found.
Dylan Damsma
NEW ISSUE

Ok, I got everything working and while I study rails a bit more, I've run into a small issue that concerns me:

Occasionally, when I browse through the jumpstart app I've set-up locally and running (using foreman), it stops working. I for example will navigate to another page, and it will keep endlessly loading. The only way out seems to be to kill the server and restart foreman. What might be causing this and how to resolve it?

Edit: Ok - it seems that webpacker is the culprit. When running `rails s` without foreman and the likes, the application works perfectly fine.

Rob Jonson
Chris Oliver Is there a reason not to just have
redis: redis-server
in Procfile.dev ?
Notifications
You’re not receiving notifications from this thread.