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
Hi,
I am trying to integrate PostHog into my Docusaurus site, but I am encountering an issue where the requests to PostHog are being blocked by ad blockers.
Error:
When the site is loaded, I receive the following console log message:
GET https://us.i.posthog.com/static/array.js net::ERR_BLOCKED_BY_CLIENT
I understand that using a reverse proxy can mitigate this issue, as described in this PostHog article. However, setting up a reverse proxy is currently beyond my skill level.
Question:
Is there an alternative solution to prevent ad blockers from blocking PostHog on my site, other than setting up a reverse proxy?
The text was updated successfully, but these errors were encountered:
There isn't really a good alternative, but we recently launched a Managed reverse proxy product which is much easier to set up than a traditional reverse proxy.
Hi,
I am trying to integrate PostHog into my Docusaurus site, but I am encountering an issue where the requests to PostHog are being blocked by ad blockers.
Docusaurus Configuration:
Error:
When the site is loaded, I receive the following console log message:
I understand that using a reverse proxy can mitigate this issue, as described in this PostHog article. However, setting up a reverse proxy is currently beyond my skill level.
Question:
Is there an alternative solution to prevent ad blockers from blocking PostHog on my site, other than setting up a reverse proxy?
The text was updated successfully, but these errors were encountered: