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
I've tried adding "buffer" as a dependency to package.json as well as to:
extensions\default\package.json
extensions\tmtv\package.json
extensions\cornerstone-dicom-sr\package.json
But ended up with the same error. I did find a possible solution and made a PR: #3590
Describe the Bug
"ReferenceError: Buffer is not defined" when datasetToBlob is called (i.e. export RT report).
Steps to Reproduce
The current behavior
Due to "ReferenceError: Buffer is not defined" when datasetToBlob is called, application fails to create a file to be saved to local directory.
The expected behavior
File blob should be create from datasetToBlob, which can then be used to download file.
OS
Windows 10
Node version
18.16.0
Browser
Edge v115.0.1901.188
The text was updated successfully, but these errors were encountered: