Charlie

Results 5 comments of Charlie

I am having a similar problem. Am trying to get the admin panel to use a different host running an instance of Identity Server and combining it with the Open...

+1 here also. I'm on `parcel` `^2.0.1` and `socket.io-client` `^4.3.2`, changing the hmr socket worked for me.

I am also getting this same error when using the Google Vertex AI provider with this library.

Odd thing for me is that it works fine when running as a normal nextjs process, I only get this issue when running automated tests with Jest with this config:...

Good advice, I got around this by changing this: ```typescript import { GoogleGenAI } from '@posthog/ai' import { PostHog } from 'posthog-node' ``` to this ```typescript import { PostHogGoogleGenAI as...