Hello,
vmsg is looking for index.html in this path: https://woodpeckersnest.space:5281/packages/vmsg/index.html
while my plugins are under https://woodpeckersnest.space:5281/conversejs/dist/plugins/vmsg/vmsg.js
So it returns a 404. I'm using mod_conversejs from prosody.
I manually edited "vmsg.js" at line 34, changed the index.html path and now I have a different problem:
Error: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type. Expected 'application/wasm'.
at worker.onmessage (VM578 vmsg-lib.js:238:18)
Hello,
vmsg is looking for index.html in this path:
https://woodpeckersnest.space:5281/packages/vmsg/index.htmlwhile my plugins are under
https://woodpeckersnest.space:5281/conversejs/dist/plugins/vmsg/vmsg.jsSo it returns a 404. I'm using mod_conversejs from prosody.
I manually edited "vmsg.js" at line 34, changed the index.html path and now I have a different problem: