We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have partytown not working in my astro.js project. I try to run it from the official integration and it doesn't work https://docs.astro.build/en/guides/integrations-guide/partytown/
All the time I get an error in the service worker file ~partytown/partytown-sandbox-sw.html
Even if I add html partytown-sandbox-sw.html then I get debug/proxytown 404 error.
Can you tell me how to configure partytown correctly?
Translated with DeepL.com (free version)
https://renan-refrigeracao-hazel.vercel.app/#inicio
my configuration for astro
partytown({ config: { forward: ['dataLayer.push', 'fbq', 'ym'], lib: '/blog/', debug: false }, }),
chrome
No response
The text was updated successfully, but these errors were encountered:
I have the same issue in my Astro config using Cloudflare Adapter
Sorry, something went wrong.
Did you ever figure this out?
No branches or pull requests
Describe the bug
Hello, I have partytown not working in my astro.js project.
I try to run it from the official integration and it doesn't work https://docs.astro.build/en/guides/integrations-guide/partytown/
All the time I get an error in the service worker file ~partytown/partytown-sandbox-sw.html
Even if I add html partytown-sandbox-sw.html then I get debug/proxytown 404 error.
Can you tell me how to configure partytown correctly?
Translated with DeepL.com (free version)
Reproduction
https://renan-refrigeracao-hazel.vercel.app/#inicio
Steps to reproduce
my configuration for astro
partytown({
config: {
forward: ['dataLayer.push', 'fbq', 'ym'],
lib: '/blog/',
debug: false
},
}),
Browser Info
chrome
Additional Information
No response
The text was updated successfully, but these errors were encountered: