Partytown Implementation Not Working Correctly in Astro.js Project #491
Unanswered
reasat-rafio
asked this question in
Q&A
Replies: 3 comments
-
Hi, let's figure out the problem. text me on discord please. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gioboa @reasat-rafio Did you find a solution here? I'm having a similar issue w google tag and Astro. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I remember well we didn't solve the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm encountering issues with Partytown integration in my Astro.js project hosted on Vercel. The setup involves proxying requests to Google Analytics and Google Tag Manager. However, the integration doesn't seem to work as expected, and Google Tag Assistant shows "0 tags found."
Steps Taken:
Code Snippet (GoogleAnalytics.astro):
Astro Configuration (astro.config.js):
Vercel Configuration (vercel.json):
Note: Without using the type="text/partytown" attribute in the script tag, the integration works as expected. This suggests that the issue might be related to how Partytown is configured in my Astro.js project.
Any help, advice, or insights on resolving this issue would be highly appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions