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
skygear-node would fail to start on MacOS. Related portion of stack trace:
(node:27631) UnhandledPromiseRejectionWarning: Error: Digest method not supported
at new Hash (internal/crypto/hash.js:35:19)
at Object.createHash (crypto.js:100:10)
at funcName (/Users/limouren/myproject/node_modules/skygear-core/dist/cloud/index.js:187:33)
at Object.beforeSave (/Users/limouren/myproject/node_modules/skygear-core/dist/cloud/index.js:563:14)
Consider this hook registration:
skygear-node
would fail to start on MacOS. Related portion of stack trace:Line in concern
skygear-SDK-JS/packages/skygear-core/lib/cloud/index.js
Line 43 in c1a1790
Possible related issue: nodejs/node#17590
Expected Results
beforeSave
registered successfully.Actual Results
Stated in description.
Steps to reproduce
Stated in description.
The text was updated successfully, but these errors were encountered: