You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried integrating Partytown into Solid Start, but unfortunately everytime I try to visit localhost:3000, I get the Error Proxy object could not be cloned in Firefox and Failed to execute 'postMessage' on 'Worker': [object Object] could not be cloned in Chrome. In the provided example, I copy the library files with the copylib subcommand into the public folder.
The error also occurs if I use the Vite plugin, but there I have an additional Error ENOENT: no such file or directory, open '.../solid-project-partytown/node_modules/.pnpm/@[email protected]/node_modules/@builder.io/partytown/lib/client.js' and the files won't be copied to the .output/public folder, probably because of the incompatibility with vinxi.
Describe the bug
Hey,
I tried integrating Partytown into Solid Start, but unfortunately everytime I try to visit
localhost:3000
, I get the ErrorProxy object could not be cloned
in Firefox andFailed to execute 'postMessage' on 'Worker': [object Object] could not be cloned
in Chrome. In the provided example, I copy the library files with thecopylib
subcommand into the public folder.Reproduction
https://github.com/sotasan/abstracted-shower
Steps to reproduce
pnpm install
pnpm dev
Browser Info
Chrome, Firefox
Additional Information
No response
The text was updated successfully, but these errors were encountered: