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
On [email protected] :
When I upload a file, I see this server-side console warning:
(node:41836) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
at showFlaggedDeprecation (buffer.js:198:11)
at Buffer (buffer.js:282:3)
at Slingshot.StoragePolicy.stringify (packages/edgee_slingshot.js:574:14)
at Object.applySignature (packages/edgee_slingshot.js:759:44)
at Object.upload (packages/edgee_slingshot.js:717:10)
at Slingshot.Directive.getInstructions (packages/edgee_slingshot.js:364:46)
at MethodInvocation.slingshot/uploadRequest (packages/edgee_slingshot.js:446:22)
at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1885:12)
at packages/ddp-server/livedata_server.js:769:19
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1257:12)
at packages/ddp-server/livedata_server.js:767:46
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1257:12)
at packages/ddp-server/livedata_server.js:765:46
at new Promise (<anonymous>)
at Session.method (packages/ddp-server/livedata_server.js:739:23)
at packages/ddp-server/livedata_server.js:603:43
The error originates at the server side stringify:
Similar to: #242
On [email protected] :
When I upload a file, I see this server-side console warning:
The error originates at the server side
stringify
:Buffer(...)
withBuffer.from(...)
should take care of itBuffer(...)
callsThe text was updated successfully, but these errors were encountered: