PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
19.35k stars 1.13k forks source link

Surveys not capturing responses #23352

Open mrxbox98 opened 2 days ago

mrxbox98 commented 2 days ago

Bug description

Surveys are not capturing responses. (Specifically tested text surveys)

How to reproduce

  1. Create a survey from the PostHog dashboard
  2. View the survey on a page and submit a response
  3. In the PostHog dashboard there are no responses

Additional context

I wait ~1 hour in the dashboard to see any results, there aren't any. In my network tab of the devtools, there is no immediate request when I submit the survey, just a /s and /e request every few seconds. This might not be relevant, but when I submit the survey, it looks like it kind of minimizes to a white line at the bottom of the page and is still visible. image

Debug info

- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables or https://eu.posthog.com/settings/project-details#variables]
- [x] PostHog Hobby self-hosted with `docker compose`, version/commit: 5d44b1279c54212751ed4054f4c71126ee1e7c99
- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]

Also using the latest PostHog-js library (1.142.1)