Closed hems closed 8 years ago
hmac-sha512.js is just one part of googles crypto.js (it was the only working hmac-sha512 implementation i had found so far).
https://code.google.com/archive/p/crypto-js/
Maybe your ubuntu machine has some other dependencies to crypto.js occurring in this case.
i had an undefined variable on my code that was only undefined on the server, that was the problem.
i'm not sure if it' your interest to catch that error ( for instance validating the required parameters ) hopefully avoiding crashes.
I'm running an application on my local machine using OSX without any problems but when deploying to an ubuntu instance i'm receiving the following error while trying to use the api:
any suggestions on what might be causing the problem?