You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
I'm using Posthog node client in the backend of Nuxtjs app and I'm getting these errors in the console.
ERROR AbortSignal is not defined 02:55:25
at PostHogClient.<anonymous> (server.js:1570:17)
at step (server.js:436:27)
at Object.next (server.js:385:53)
at server.js:378:71
at new Promise (<anonymous>)
at __awaiter (server.js:364:12)
at PostHogClient.module.exports.../manifold/node_modules/posthog-node/lib/index.cjs.js.PostHogCore.fetchWithRetry (server.js:1567:16)
at PostHogClient.<anonymous> (server.js:1314:52)
at step (server.js:436:27)
at Object.next (server.js:385:53)
It's a simple getAllFlags() attempt where i'm initializing the client in a Typescript Singleton object. It successfully returns the flags values on page load, but the problem is that I keep getting the above error on each page refresh.