can someone help me ? i made my table
can someone help me ? i made my table data in vs code on react native expo but in convex online website isn't showing...
9 Replies
so you inserted documents in your convex database through your locally running expo app, but in the convex dashboard, the database is empty. is that right?
trying to understand what you mean by making table data in vscode, like do you mean your schema
You may just need to run
npx convex dev
if you're not already running it, that's how your code gets deployed to your development instance.Yes is correct and i already run npx convex dev but is not working
here is an pic

Yes
What are you seeing in the convex dashboard
You'll want to make sure you're looking at your development instance dashboard (not production), and double check you're in the right project. You can run
npx convex dashboard
from the root of your convex project to open the correct dashboard with certainty.nothing. Yes am in development instance

I think i do many errors i will reset all the project again to see if i will get the same result again. The noob effect 😑. Thank you for the assistance hope you will be here to help if you have time. Sorry or my bad English-speaking
Hello, i solved the problem i writed shema or its schema.. I mad the error in the first project and the secont two. You have right, IA have right. I don't how i missed this details 😄. Thank you so much @erquhart
Glad you got it working!