Replies: 1 comment
-
parameters are correct, and response is correct too, just nothing appear in Plausible's dashboard..... |
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
-
my provider:
<PlausibleProvider manualPageviews={true} selfHosted={true} enabled={true} taggedEvents={true} domain={config.domainName} trackLocalhost={true} />
but it only works at my local env (for both
run dev
andrun build && start
), when i publish my project to Vercel, it won't work anymore, but the response is stillok
in the Response tab the same like what i get from local env from/proxy/api/event
, so really not sure what happend....Beta Was this translation helpful? Give feedback.
All reactions