Hi @newhorizoncode , thanks for your reply.
Yes I’m declaring this Module in the depencies, then I cliked in the green link to generate a new pacakage.json file, and in the begin of my code I created a variant requiring the module like your example:
Action code:
Const Hana = require ("*sap/hanaclient");
In the Space for Package.json
{
“dependencies”: {
“*sap/hanaclient” : “lasted”
}
}
So, I’m following all steps for use an action server-side.
@dorilama, thanks for your reply. Exactly this Module is not installed in the bubble server instance. I already open a support ticket, the answer was:
"We’re limited in our support when it comes to building plugins, however, I’d like to point you to some resources. Here is our documentation for using node modules in server side actions.
In addition, getting help with loading modules is a great question for our forum. Our community is incredibly vibrant, and many expert Bubble users spend time on the forum, helping other users out. The best way to get help from the community is by posting your question with as much context and supporting details as possible. In particular, this forum post might be helpful.
I sincerely apologize for the limited action I’m able to take here, but I hope this helps - please don’t hesitate to reach out if you have any other questions/concerns and our team would be happy to assist where we can."