partytown
partytown copied to clipboard
Infinite requests by Partytown
I'm facing an issue, I'm using Partytown
but Partyproxy
is making a lot of requests on each page I visit.
I'm using Next so I don't have any configs for PartyTown
, just put my script's strategy as worker
hey @RigottiG - we've just created an issue template, could you update your issue here to provide all the information the template asks for? it'll help us look into your issue https://github.com/BuilderIO/partytown/issues/new?assignees=&labels=&template=bug_report.md&title=
pasting below to make things easier:
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Reproduction link Please include a link to a Stackblitz or Codesandbox reproducing the issue. We will need to see the issue reproduced with hand-written code - we can't debug giant minified third party scripts directly. If you do not include a clean and simple reproduction of your issue, we won't be able to look into it until you do.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
+1 - Facing the same
You are probably using partytown with the web worker (not atomics). In that case, I think the logs you are seeing are just the communication between the web worker and the main thread, through the service worker. As it uses XMLHttpRequest, they are logged by your network tab.
Facing same issue here. Its been long since this has been opened. Any update pls @steve8708 ?
+1
You will see the answer here - https://partytown.builder.io/trade-offs. I had the same problem.