Madhu Sudhan

Results 16 comments of Madhu Sudhan

Let me know if anybody finds a solution. I see that server side google authentication might work.

My order of import that worked for me, ,as your solution is throwing `Prism is not defined` error ``` import { highlight } from "prismjs/components/prism-core"; import "prismjs/components/prism-markup"; import "prismjs/components/prism-jsx"; import...

Finally working in windows after doing a Hack !! in DcmViewer.js change the dcmList array from local variable to global variable --- ## Edit In the same file one need...

@mi-kas Sorry I didn't get you ?

Hey, Sorry currently I am busy with other projects and don't have the code or remember anything about that, but I remember fixing it. Thanks and Regards, _Madhu Sudhan_ Co-Founder,...

Cors issue can be resolved by changing S3 Settings for the bucket

Please use file.name for getting extension. ` const fileExtension: string = file.name.split(".")[1] ; //file.type.split('/')[1];`

I have created another npm package https://www.npmjs.com/package/aws-s3-pro as our project needs a quick fix for the above issue

I have edited the source here https://github.com/Fausto95/aws-s3/blob/master/src/S3Client.ts#L18 as mentioned above to fix that. Try installing aws-s3-pro, it will be fixed. Else run a build from the changed source and use...

You can't. You need to upload it to your server and then upload it to S3. Some might be using `aws-s3` for Nodejs client where the credentials are safe.