bored-address-72606
12/08/2025, 8:08 PMfresh-football-47124
fresh-football-47124
bored-address-72606
12/09/2025, 11:15 PMexport const growthbookAdapter = createGrowthbookAdapter({
clientKey: process.env.GROWTHBOOK_CLIENT_KEY,
...(process.env.NODE_ENV === 'production' &&
process.env.GROWTHBOOK_EDGE_CONNECTION_STRING && {
edgeConfig: {
connectionString: process.env.GROWTHBOOK_EDGE_CONNECTION_STRING,
},
}),
I am using Vercel flags: https://docs.growthbook.io/lib/nextjs
Confirming that env variables are properly set, and that I setup edge config on vercel's side. Are there other things to setup / any idea how to troubleshoot?