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

Seed Data for local not working #23335

Open MatthewVaccaro opened 4 days ago

MatthewVaccaro commented 4 days ago

Bug Description

Apologies if this isn't the correct medium for communicating this issue!

I wasn't able to find a discussion section, discord or any other forum that made sense to talk about this issue (might only be with my local setup)

Bug description

I have everything running locally, perfectly fine. However I need data to be able to see charts/graphs/... but generating data seems to fail.

Please describe. command DEBUG=1 ./manage.py generate_demo_data

error ['Cannot save simulated data - email collision disallowed but there already is an account for test@posthog.com.']

I also wasn't able to find anything on your docs on using test accounts / test data other then at the end of setting up env. I've reviewed the --help options and they weren't applicable or also failed.

How to reproduce

  1. In an env that is fully setup run the command above.

Additional context

I created an account using my own personal email - perhaps thats not correct?