Stephan van Eijkelenburg

Results 3 comments of Stephan van Eijkelenburg

I know it's a bit late, but if anyone stubles upon this page: Port 666 is blocked by chrome itself, it has nothing to do with Nest or this project...

It seems to happen when components using `useId()` are nested. For example, this component triggers the error for me: ```typescript "use client"; import { useId } from "react"; const ParentUseId...

This PR should fix the problem https://github.com/PostHog/posthog/pull/24777 In the meantime, you can fix in your own setup this by adding `CDP_REDIS_PORT: 6379` to the `plugins` service in `docker-compose.yml` and running...