I deployed my app on vercel using the instructions on https://docs.convex.dev/production/hosting/vercel.
I got the CONVEX_DEPLOY_KEY and then set as env var in vercel.
The strange thing is that now my app is working fine (backend as well), as in returning ID, realtime etc but data does not show up in dashboard. Nor do my api calls show up in logs.
The key under Deploy Keys in settings says "never used" and is different to the one used in vercel.
Thank you for your help.