We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.17.0
com.posthog.posthog.POSTHOG_HOST
http://localhost:3000/some/path
3000
http://localhost:3000/batch
The requested URL is http://localhost:3000/some/path/batch
http://localhost:3000/some/path/batch
The requested URL is http://localhost:3000/batch
See PostHog/posthog-flutter#128
The text was updated successfully, but these errors were encountered:
Before closing this, I'd need to check if the same happens on Android and RN, good catch.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
3.17.0
Steps to Reproduce
com.posthog.posthog.POSTHOG_HOST
tohttp://localhost:3000/some/path
3000
which logs incoming requestshttp://localhost:3000/batch
Expected Result
The requested URL is
http://localhost:3000/some/path/batch
Actual Result
The requested URL is
http://localhost:3000/batch
Additional Context
See PostHog/posthog-flutter#128
The text was updated successfully, but these errors were encountered: