Convex Schema
Hey guys, I am having an issue while using
"convex": "^1.27.0" in my next js project. When running the convex dev command the server runs perfectly fine without any errors although the schemas don't get synced to the dashboard (for example the table isn't created). I already tried to downgrade to 1.26.1 and it didn't work.
Thank you!8 Replies
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 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!
Can you run
npx convex dashboard from your project directory in the cli to make sure you're looking at the correct dashboardYep it redirects me to the dashboard page I am already in
Hey @erquhart I tried today again and still the same issue. Although I can see the
functions in the dashboard but the data section is still emptyCan you share a screenshot of what you're seeing on the data page

What file is that first code snippet from
like what's the path from project root
F**K
I just realised I had the file named
schemas.ts
not schema.ts
my bad mate thanks a lot for asking the right question!
it worked!š