I’ve tried implementing feature flags by following https://vercel.com/docs/feature-flags/flags-explorer/getting-started , and everything works fine except when trying to access the Flags Explorer section of the Vercel Toolbar in development. The toolbar asks for the /.well-known/vercel/flags endpoint and the NextJS server keeps returning 404.
All secrets and env variables are setup correctly, everything works fine once deployed aswell, features change correctly once changed in the store, its just doesnt work when testing with Flags Explorer
Flags Explorer in the vercel toolbar should recognise the endpoint for flags and behave normally. It currently says it cant find the endpoint even tho its accessible manually.