Ankit Patel
Results
2
issues of
Ankit Patel
Inside `utils/index.js` update the `downloadImage` function ```js export async function downloadImage(_id, photo) { const securePhotoUrl = photo.replace('http://', 'https://'); const imageBlob = await fetch(securePhotoUrl) .then((response) => response.arrayBuffer()) .then((buffer) => new Blob([buffer],...
[Docker Notes](https://github.com/ItsAnkitPatel/Technical-Notes/blob/main/01_Docker_Notes.md)