Unable to get Tanstack Trellaux Start working
So brand new here... to start i'm trying to get this demo repo and running and getting this error.
THe project did successfully get created on Convex and there's a .env.local file created with
CONVEX_DEPLOYMENT
and CONVEX_URL
so not sure why the error is saying missing envar CONVEX_URL
5 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!
Ok seems changing my script to
"dev": "bunx convex dev --once && bun --bun dev:web && bun --bun dev:db",
works@DiamondDragon I'm getting back to this this week, what was the issue here?
@DiamondDragon I'm confused abotu how this could work,
bunx convex dev --once && bun --bun dev:web && bun --bun dev:db"
looks like it's running dev:web and then after that ctrl-c'd dev:db.Yeah I was doing this late last night and recall this didn’t error out when starting everything up with bun. And the trelleux example did seem to load up with the dummy records on a Quick Look. But won’t be able to jump back into it again until this evening to continue checking.
Not sure if there’s a parallel command natively with bun
you'll want to run these two commands in different terminals then, dev:web in one and dev:db in the other