App not compatible with buildpack: https://github.com/heroku/heroku-buildpack-emberjs
/app/tmp/buildpacks/4a224f97f06262bbd678a0d053b49c071e5318ae2caf502d00cb161406d6469e14c25b451d5545f9693070a155b3339089cafa7eed94b6e26f92c72f61cedff6/bin/detect: line 5: /app/tmp/buildpacks/4a224f97f06262bbd678a0d053b49c071e5318ae2caf502d00cb161406d6469e14c25b451d5545f9693070a155b3339089cafa7eed94b6e26f92c72f61cedff6/vendor/buildpack: No such file or directory
Line 5 of bin/detect is: $BP_DIR/vendor/buildpack detect $1
I'm having trouble making sense of this as it doesn't seem to be a detection error (and I believe I meet all the detection requirements). The only idea I have is that maybe adding the buildpack via Heroku web UI somehow is pulling in different code than installing it via heroku CLI somehow. Is that possible? Thanks.
My deploy is failing with the following error:
Line 5 of bin/detect is: $BP_DIR/vendor/buildpack detect $1
I'm having trouble making sense of this as it doesn't seem to be a detection error (and I believe I meet all the detection requirements). The only idea I have is that maybe adding the buildpack via Heroku web UI somehow is pulling in different code than installing it via heroku CLI somehow. Is that possible? Thanks.