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 passing a custom http host to the library (e.g. http://localhost:8000) the library internally strips the http:// and by default assumes https is used.
This makes the bin/posthog script unusable locally.
The text was updated successfully, but these errors were encountered:
This came up when developing this locally.
When passing a custom http host to the library (e.g.
http://localhost:8000
) the library internally strips the http:// and by default assumes https is used.This makes the bin/posthog script unusable locally.
The text was updated successfully, but these errors were encountered: