Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Followed the solution in using worker.js as BLOB in react component in a visual.
https://community.fabric.microsoft.com/t5/Desktop/Load-React-component-inside-power-BI-Failed-to-con...
But faing the following error:
blob:null/ Uncaught (in promise) TypeError: Failed to execute 'fetch' on 'WorkerGlobalScope': Failed to parse URL from worker.wasm at instantiateAsync at createWasm.
Any possible fixes to resolve this?
Solved! Go to Solution.
fetch('worker.wasm') is relative and cannot be resolved. That’s exactly the “Failed to parse URL from worker.wasm” you see. The fix is to either remove the fetch (instantiate from bytes) or give the worker a real absolute URL to the wasm.Hi @keerthanabasa,
Checking in to see if your issue has been resolved. let us know if you still need any assistance.
Thank you.
Hi @keerthanabasa,
Have you had a chance to review the solution we shared by @Thomaslleblanc? If the issue persists, feel free to reply so we can help further.
Thank you.
fetch('worker.wasm') is relative and cannot be resolved. That’s exactly the “Failed to parse URL from worker.wasm” you see. The fix is to either remove the fetch (instantiate from bytes) or give the worker a real absolute URL to the wasm.Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |