You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
I'm getting this error when server starts:
Method handler placeOrder for /order.OrderService/placeOrder expected but not providedI've put some logs in the builder.js line 13 (add method) and I got all output I was expecting, I even could call the implementation
OrderServices server:
Futhermore I implemented this same server using malijs and it had worked perfectly.
npm 5.5.1
node 9.1.0