Client-Side File Uploads via v2 Endpoint Stopped Working

Thanks for the reply.

Yes, I have tried using the /v2/file endpoint as mentioned in the Assets (files) documentation. As I mentioned, the /v2/files endpoint is working, but if you have a client-side application like I do, it does not work because of a CORS issue.

I am hoping that someone can confirm whether Monday has stopped uploading files via the /v2 endpoint, or if this is some “glitch” on Monday’s side that they are fixing.

It’s strange that monday.api is still using the /v2 endpoint for uploading files, which does not work now.

Regarding the /v2/files endpoint, it has this CORS error. I have tried to find some solutions on this forum, but they are old and say that the published build works without the CORS issue (cors-issue-when-uploading-file-with-api). Now it does not.