Open kuo-cheng-wu opened 1 year ago
Were you able to setup WASM successfully?
Yes, the WASM can be loaded without any issues.
I tried the following 2 approaches:
1: Load external hosted IFCWorker.js
with CORS settings but having problem of 'Worker' Script at ... cannot be accessed from origin
2: Place both woker scripts and wasm files in Nextjs public
folder. This does render the IFC file successfully but the Nextjs console shows the following error right after the startup. Not sure why IFC file can still be loaded using IFCLoader in this case.
Check this thread on discord https://discord.com/channels/799990228336115742/1091078047228235877
hi is there a solution to this issue yet? I am using next js 13
I have problem setting up the IFCWorker from
0.0.117
in Next.js environment. I tried the followingbut it resulted
Has anyone encountered this issue?