In this episode, we're focusing on updating our app's assets and making sure Reverb is restarted after some configuration changes. We've just switched over to use SSL and updated our port and scheme. That means our config and built assets are now out of date, so it's important to rebuild them to pick up the latest settings.
We'll walk through how you can either manually rebuild your assets with a simple command, or just redeploy the app altogether—both will do the trick! We'll also see how Forge helps automate things by restarting Reverb when config changes are detected, so the new settings are loaded properly.
To wrap it all up, we'll open the app, check the browser console and network tab to make sure everything is connected and working with websockets. Finally, we'll trigger a broadcast to prove that everything is hooked up and running smoothly with Reverb. No more errors—and your app is ready to push events to all connected clients!