Our backend server is at evennode and we are getting the images via the API like
{{API}}/:bucketName/:fileName
Files / Images are being stored in MongoDB in chunks with GridFS.
API works perfectly well in the Postman, but when I request for the image from the React application it results into 502 error and fails all the other APIs with CORS error.
Where could be the issue, backend or frontend ?