#Data not showing in dashboard

4 messages · Page 1 of 1 (latest)

stone inlet
#

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.

azure fogBOT
#

Thanks for posting in #1088161997662724167.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.

    - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
    - Use [search.convex.dev](https://search.convex.dev) to search Docs, Stack, and Discord all at once.
    - Additionally, you can post your questions in the Convex Community's #1228095053885476985 channel to receive a response from AI.
    - Avoid tagging staff unless specifically instructed.

    Thank you!
timid kiln
#

Hey there, it’s likely your new deployment is a Production deployment. Is that the deployment you’re looking at? If you switch to production, do you see your data?

stone inlet