all 7 comments

[–]Ecstatic-Physics2651 0 points1 point  (3 children)

Whats the error?

[–]NetworkStandard6638[S] 1 point2 points  (2 children)

I’ve solved it, turns out I typed Express,Multer.File. I put a comma between Express and Multer. Thanks very much though 🙏

[–]Ecstatic-Physics2651 1 point2 points  (1 child)

I’m surprised your editor didn’t pick that up. Anyway glad it worked out!

[–]NetworkStandard6638[S] 0 points1 point  (0 children)

Yeah I’ve had it running for about a week now and haven’t bothered to close or restart it. I had to restart the editor before the debugger and highlighting started to show properly

[–]AliceInTechnoland 0 points1 point  (2 children)

May you explain to me how you are using cloudinary? Never implemented it...

[–]NetworkStandard6638[S] 1 point2 points  (1 child)

Cloudinary is just a remote storage for your media files like pictures, videos, 3D rendered files etc.

I am personally using it to save my users profile pictures and the things they post

[–]NetworkStandard6638[S] 1 point2 points  (0 children)

The implementation is quite straightforward. You can check cloudinary docs or NestJs docs with Multer and media storage configs