-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
cannot deploy on heroku #122
Comments
You need SAP NW RFC SDK as described in Readme and follow the install instructions. |
I already have the SDK, I already have it in my Heroku Git, but build always fails because of the node-rfc installation. |
Could you please post the error message? |
Please see build log below
|
it seems to be a linux version, when i tried to make a docker image with alpine i received the same error, debian and ubuntu works well. |
sorry but im not familiar with that. did you mean to say that heroku is linux-based? |
prebuild requires locally installed CMake. Is CMake installed on docker/heroku? Where the ABAP backend system should be installed, to be reached from Heroku? |
Hi @bsrdjan getting below error when passing NODE_ENV=production
Node version used - 10.19.0 This happens only in production in other env's it works fine |
Reproduced on Windows and found no NODE_ENV related issues for |
The feature request to enable SAP NWRFC SDK usage on heroku, in Connectivity context, can be created for:
|
You may vote for the new request, linked here: #145 (comment) |
how do I set the sdk location( heroku git) on the nodeJS app file?
I have set the node-rfc as a dependency
{ "name": "testDep", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node app.js" }, "engines": { "node": "10.x" }, "dependencies": { "node-rfc": "^1.0.3" }, "keywords": [], "author": "", "license": "ISC" }
git push heroku master is always failing
The text was updated successfully, but these errors were encountered: