Looking to run your NodeBB on Heroku?
-
Thanks to the Heroku team, any NodeBBs running on Heroku can now support WebSockets!
Our Heroku guide has been summarily updated to reflect these new changes.
See also
-
@julian I get an error when I try to install redistogo
heroku addons:add redistogo
the error is something like "No app is specified"
-
@julian I did that too
-
@julian @MatthewHawley Not sure if you got this working or not but you need to specify the application you are adding the addon to:
heroku addons:add redistogo:nano -a myapp
You can also login into the heroku control panel, choose the "Resources" section of your app, click the "Get Add-ons" link and add it there. Terminal is much easier though.
HTH
Jeff -
Copyright © 2024 NodeBB | Contributors