What is the best way to debug if my connection to ...
# ask-questions
s
What is the best way to debug if my connection to growthbook is working once I deploy on vercel? I have the flags sdk adapter working on dev but it seems to not ever show me the variant on my preview build.
Preview build here
Using cloud free plan for now while we evaluate.
s
Does the Vercel toolbar show your flag?
s
It doesn't
I have double checked my client key is set in this environment
No server side or client side errors only this 404 after I checked the toolbar
s
Can you share a bit more on your setup? Is this a server rendered component where the flag is? Are you using edge? Are you using precompute?
s
I think it means I need this well known endpoint added to my app. I didn't see anything about this in y'alls NextJS guide so perhaps that needs to be updated? https://github.com/vercel/flags/blob/main/packages/flags/guides/upgrade-to-v4.md
See related post here