-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error finding instance and failed analytics report bug #202
Comments
We need a way to reproduce the issue otherwise there is not much we can do. Please provide a simple reproduction. |
Related: #72, having the same issue btw |
Thanks @royduin I will look at that issue and see if any insight on a solution pops up |
As much as we would like to help, we need reproduction steps to dig into what is going on, screenshots are not enough. Without seeing the error on our machines, there is not much we can do. |
As for #72; just install GTM and try to debug with https://tagassistant.google.com |
Hi folks, even I am facing the same issue in preview mode. Here is the site for reproducing the issue: https://github.com/SujayPrabhu96/integrate-gatsby-google-tagmanager-using-partytown Env needs to be set is: |
@mhevery Is there any update on this issue ? |
I have the same issue with Nuxt3. Is there any solution? |
Can I ask for a PR with tests showing the failure to simplify our reproduction of the issue. https://github.com/BuilderIO/partytown/blob/main/tests/integrations/gtm/index.html |
I believe there might be multiple issues going on here. The GTM Preview issues are well described by @slawekkolodziej in #72 along with his solution and contribution - thank you @slawekkolodziej! Underlying though, the @mhevery - #493 contains a PR with tests and #492 describes how to manually reproduce as well - thank you! |
Hi @sthobis, Have you resolved the issue? I am also facing the same issue data-pterror="Error: 25p416vnd9f.d not found |
I'm also facing this issue when switching tabs. Is there any update or has anyone found a workaround? |
I'm also facing this issue when switching tabs. @jjpaulino found something? |
@MichelAraujo @jjpaulino @mhevery I've added the fix here |
This is great, thank you! I had created #492 which is a simplified version of the |
We have an app that is server side rendered (Node express and Handlebars) and has Google tag manager and Google analytics reports in it.
We are trying to add partytown to improve our Lighthouse score and performance.
We have a reverse proxy via Nginx.
We are having two problems right now
Sometimes the Partytown errors out with something unknown I don't understand why and when this happens but when it does it means the whole service worker does not really work at all. I think maybe this is some race condition because I sometimes get it sometimes I don't?
Screenshot
when partytown does load but the collect is a bit weird
We have one that is failing and the other two are marked as not completed and also one of them has all the dataLayer variables as undefined
Screenshots
Version
"builder.io/partytown": "^0.6.0"
The text was updated successfully, but these errors were encountered: