CORS issue when uploading file with API v2

Hey @AlexSavchuk !

Thanks!
I’m not sure if this info is handy or not, but I thought I’d share it anyway.
I decided to give it a go in Postman and wasn’t able to send a file to this endpoint: https://api.monday.com/v2/file (via the documentation) I received a 500 error

BUT I was able to successfully send a file to https://api.monday/v2/

i tried to mimic postman’s steps to my post request in the frontend, but I still received the cors problem.

edit:
Well, according to this post, I wonder if there is a known limitation to uploading via client side which is where OP is using Angular and I’m using React.