You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I started using this package with withPlausibleProxy option in the next.js config, I noticed that the countries statistics in plausible now show the country location of my self-hosted next.js server. Has anyone experienced this as well and found a solution?
The text was updated successfully, but these errors were encountered:
JEK58
changed the title
Countries statistics not working with self hosted plausible + self hosted next.js
Countries statistics not working with self hosted plausible + selfhosted next.js
Nov 1, 2024
JEK58
changed the title
Countries statistics not working with self hosted plausible + selfhosted next.js
Countries statistics not working with self-hosted plausible + self-hosted next.js
Nov 1, 2024
NextJS passes the necessary headers to infer the original user. Forwarded headers should not be trusted by default, but should be specified separately as trusted proxies.
If you use a reverse proxy, consult the documentation for that program. For example, I use Traefik myself and can directly specify trusted addresses using this instruction.
When I started using this package with
withPlausibleProxy
option in the next.js config, I noticed that the countries statistics in plausible now show the country location of my self-hosted next.js server. Has anyone experienced this as well and found a solution?The text was updated successfully, but these errors were encountered: