I’ve setup everything for flags according to the documentation for the posthog provider. And restarted my Next.js development server, but the flag explorer remains in the setup screen even after clicking on done.
It is unclear how to proceed or which steps are missing.
Downgrading the Vercel Toolbar version also doesn’t help.
Okay I was able to find the source of the problem:
The adapter is filtering for active feature flags, so they are not listed by the adapter.
First of all I would suggest to accept an empty list of flags in the explorer setup or return a hint and forward the hints to the UI, otherwise it’s super intransparent what is going on.
Then I’m not sure wether I’m not getting feature flags (a standard flag should just return true,false, no?) or if the team got the adapter wrong, which I think is the case.