Issues with UgcService.Instance.DownloadContentDataAsync on Web/WebGPU: RuntimeError and Function Signature Mismatch

Im getting the error “RuntimeError and Function Signature Mismatch” on the UGC Service on Web/WebGPU platform. CreateContentAsync works fine but DownloadContentDataAsync doesn’t for me.

Error: RuntimeError: null function or function signature mismatch
Platform: Web/WebGPU
Unity Editor version: 6000.0.31f1

The method the error happens:
await UgcService.Instance.DownloadContentDataAsync(content, downloadContent: true, downloadThumbnail: false);

Does Ugc Service not work on web? Anyone else running into this issue? Am I doing something wrong here?