next-plausible icon indicating copy to clipboard operation
next-plausible copied to clipboard

Simple integration for https://nextjs.org and https://plausible.io analytics

Results 20 next-plausible issues
Sort by recently updated
recently updated
newest added

Utm tracking does not work for us currently. Is it not supported yet, or did we something wrong?

Hi, I have an application which is accessible with two domains: domain1.com, domain2.com. (The response is totally identical, just different domains). How should I set the `domain` field? Should I...

Using NEXT_PUBLIC_VERCEL_ENV as described in: https://vercel.com/docs/concepts/projects/environment-variables

We are getting 431 (Request Header Fields Too Large) when using next-plausible and auth0/nextjs-auth. The auth library sets a couple of http only cookies for an encrypted session which are...

`- The root value has an unexpected property, 0, which is not in the list of allowed properties (amp, analyticsId, assetPrefix, basePath, cleanDistDir, compiler, compress, crossOrigin, devIndicators, distDir, env, eslint,...

I need to track custom pageviews for certain pages that contains identifiers for eg. routes like `/product/1` and `/product/2` should be tracked as `/product/id`. After reading this [doc](https://plausible.io/docs/custom-locations#3-specify-a-custom-location), I tried...

Hi, I started having issues with next-plausible after I updated to next-13.5.6. After `npm run dev` already gave me an error for next.config.js, I updated next-plausible to 3.11.2 according to...

Hey team, we're running into the below Build Error on Vercel: ```sh [17:31:41.991] @formbricks/formbricks-com:build: > next build [17:31:41.991] @formbricks/formbricks-com:build: [17:31:42.615] @formbricks/formbricks-com:build: - error Failed to load next.config.mjs, see more info...

### Discussed in https://github.com/4lejandrito/next-plausible/discussions/100 Originally posted by **jamezening** August 12, 2023 I am having difficulty getting PlausibleProvider to work with Next js 13.4.12. As shown in the documentation I have...

Hey, I was wondering if there is an easy way to implement tracking of custom query parameters like described in the plausible documentation: https://plausible.io/docs/custom-query-params I know its possible to set...