My GIT commit and push commands pass successfully, but my application does not start and tells me that a server error has occurred. I checked the status of Heroku server and it works with optimal performance.
Here is the error I found in my logs:
C:/Documents and Settings/Administrator/.heroku/client/lib/heroku/updater.rb:155 :in `spawn': No such file or directory - C:/Program Files/Heroku/bin/heroku upda te (Errno::ENOENT) from C:/Documents and Settings/Administrator/.heroku/client/lib/heroku/u pdater.rb:155:in `background_update!' from C:/Program Files/Heroku/lib/heroku/updater.rb:135:in `inject_libpat h' from C:/Program Files/Heroku/bin/heroku:19:in `<main>'
I do not understand what it means. Can you help me?
source share