@scottalanmiller Same as given on NodeBB Doc
[Heroku] Can't deploy app on Heroku but it works locally
-
Hi guys!
I got this error on my Heroku logs and I don't know what's the problem.I followed these instructions, my setup works ok locally and my Procfile is:
web: node loader.jsThe only warnings I got were from npm:
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.Any ideas? Thanks in advance
-
Hey there @Ezequiel-Alejandro-Becerra, can you paste the full log from Heroku? What do you see when you try to access your instance?
-
I imagine he's having the same issue that I am, so try changing your
Procfile
toweb: node app.js
and just see if it starts then. If it does, @julian is aware of this issue already. -
@Siyfion changing the
Procfile
changed the output but still no luck. -
-
Unfortunately I haven't had the time to look at this in depth yet