Replies: 1 comment 2 replies
-
I think this provider never worked. All this time I am seeing analytics because there are some pages that contain the default plausible script. I am dumb. const nextConfig = { module.exports = withPlausibleProxy({customDomain: "https://plausible.mydomain.com"})(nextConfig) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using next-plausible with my self-hosted instance. The tracking worked perfectly but it stopped working today.
Here is the provider code I am using:
<PlausibleProvider domain="mydomain.com" selfHosted={true} customDomain="https://plausible.mydomain.com" trackLocalhost={true} enabled={true} manualPageviews={true}> <ChakraProvider theme={customTheme}> <Layout> <Component {...pageProps} /> </Layout> </ChakraProvider> </PlausibleProvider>
I tried accessing my site from several devices, but no any activity was reflected in the Plausible dashboard. Why?
Beta Was this translation helpful? Give feedback.
All reactions