BochilGaming / games-wabot

Games-wabot is RPG Bot Whatsapp. Now support Multi-device!!, check branch multi-device
http://bochil.ddns.net/
GNU General Public License v3.0
210 stars 509 forks source link

(ERROR) Heroku `web: node . --server` #242

Closed DineshValor closed 2 years ago

DineshValor commented 2 years ago

Error in Heroku Failed to start node .

To Reproduce Steps to reproduce the behavior:

  1. Go to heroku.
  2. Create app.
  3. Add all 3 necessary buildpack.
  4. Connect and Deploy games-wabot.
  5. View logs
  6. See error.

Expected behavior 😐

Screenshots Screenshot_20220227-135607

Additional context Tried with mentioned below procfile: web: node . web: node . --server worker: node . worker: node . --server

DineshValor commented 2 years ago

worker: node .

Working

DineshValor commented 2 years ago

solution :- Replace web with worker in procfile.