Javascript – Blob could not be loaded from a localhost as src blob:
I'm having some trouble loading an audio file in WAV format returned from the backend as a Blob in Angular. I have in my services the following: getFileBlob(uniformName: string, path: string) { const currentPath = path.replace(/\/g, '/'); return this.http.get(`${environment.api_url}/content/v1.4/${currentPath}/${uniformName}/_blob`, {…