We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
This is my first foray into Herlang, I have a stub of an app build and run correctly locally (tried both 17B and 15), upon pushing to Heroku I get
git push heroku master Initializing repository, done. Counting objects: 38, done. Delta compression using up to 2 threads. Compressing objects: 100% (35/35), done. Writing objects: 100% (38/38), 150.78 KiB | 0 bytes/s, done. Total 38 (delta 7), reused 0 (delta 0) -----> Fetching custom git buildpack... done -----> Erlang app detected -----> Using Erlang/OTP master -------> Fetching Erlang/OTP master -------> Unpacking Erlang/OTP master -------> Installing Erlang/OTP master -----> Building with Rebar ==> build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a (get-deps) ERROR: Dependency dir /tmp/build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a/deps/webmachine failed application validation with reason: {missing_app_file,"/tmp/build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a/deps/webmachine"}. ERROR: 'get-deps' failed while processing /tmp/build_56e3e882-bf3e-4432-afc1-e1a45fe25e9a: rebar_abort -----> Build failed ! Push rejected, failed to compile Erlang app
I wouldn't be surprised if "this is me", but superficially it looks like a problem somewhere between the Buildpack and Heroku, all assistance welcome.
Cheers!
The text was updated successfully, but these errors were encountered:
Hi there, is there a copy of the repo you're trying to build on github somewhere? I'll take a look into this for you.
Sorry, something went wrong.
No branches or pull requests
Hi,
This is my first foray into Herlang, I have a stub of an app build and run correctly locally (tried both 17B and 15), upon pushing to Heroku I get
I wouldn't be surprised if "this is me", but superficially it looks like a problem somewhere between the Buildpack and Heroku, all assistance welcome.
Cheers!
The text was updated successfully, but these errors were encountered: