Moïse Aké
Moïse Aké3w ago

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
erquhart
erquhart3w ago
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.
Moïse Aké
Moïse AkéOP3w ago
Yes is correct and i already run npx convex dev but is not working
Moïse Aké
Moïse AkéOP3w ago
here is an pic
No description
Moïse Aké
Moïse AkéOP3w ago
Yes
erquhart
erquhart3w ago
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.
Moïse Aké
Moïse AkéOP3w ago
nothing. Yes am in development instance
No description
erquhart
erquhart3w ago
Can you click "schema" in the bottom left and see if your schema is there? I can't remember if tables show up from just a schema or if you need to add data. I thought they did show up, though. hmm yeah your tables should be there need to check - is it a cloud deployment (not local)? - is your schema in convex/schema.ts? - is your cli running in the folder that contains your convex folder (typically repo root, could be different for monorepo) if all this is yes, can you share your repo by chance?
Moïse Aké
Moïse AkéOP3w ago
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
erquhart
erquhart3w ago
Glad you got it working!

Did you find this page helpful?