gautamg
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
you may also want to try
NODE_OPTIONS='--dns-result-order=ipv4first' npx convex network-test
-- apparently some newer versions of node don't respect --node-options
and only use the environment variable version43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
thanks for trying that!
one more thing to try:
npx --node-options '--dns-result-order=ipv4first' convex network-test
43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
I suspect your mobile hotspot is advertising IPv6 support, so your computer is trying to use that to talk to Convex...but the connections are failing, and it may be our fault that it's not falling back to IPv4 cleanly
43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server

43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
hmm. best guess so far is something about the mobile hotspot doing something to your routing, but I'll check what the network test is trying to do
43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
can you try adding
--ip-family ipv4
to the network-test command?43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
could you actually expand the
curl
screenshot a bit? I'm curious to see what IPs it's finding / choosing to connect to43 replies
CCConvex Community
•Created by devagr on 4/3/2025 in #support-community
`convex dev` can't reach server
looking!
Could you also try
curl -v https://little-walrus-398.convex.cloud
?43 replies
CCConvex Community
•Created by William V V on 3/12/2025 in #support-community
Project Not Loading
Thanks, that's helpful. Can you try the same thing with a different url:
curl -v https://vibrant-gnu-589.convex.site
?35 replies
CCConvex Community
•Created by Lunn 🖤 on 2/12/2025 in #general
I believe same thing is happening with
Yeah, I'd love to still look into the cause if you don't mind!
3 replies
CCConvex Community
•Created by Lunn 🖤 on 2/12/2025 in #general
I believe same thing is happening with
Hi @Lunn 🖤 , would you be able to give me the name of the project and prod/dev deployment you're seeing this on? Feel free to DM if you'd rather not post here!
3 replies
CCConvex Community
•Created by ethanlolomg on 1/30/2025 in #support-community
Can't access Convex cloud hosted server
Can you try opening http://shiny-dolphin-222.convex.cloud/instance_name in a browser and confirm it loads?
22 replies
CCConvex Community
•Created by zid on 9/5/2024 in #support-community
Cant get to my convex dashboard
Hey, this should be resolved now — sorry for the inconvenience!
7 replies
CCConvex Community
•Created by adam on 5/29/2024 in #support-community
Exception raised when creating new Convex project
Great! Glad to hear it's fixed. If you wouldn't mind letting me know the project name or team slug (feel free to DM if you'd prefer), it'd be great to help track down what went wrong here
8 replies
CCConvex Community
•Created by adam on 5/29/2024 in #support-community
Exception raised when creating new Convex project
Could you let me know the name of your team? You can find this under Team Settings, in the "Team Slug" field
8 replies
CCConvex Community
•Created by adam on 5/29/2024 in #support-community
Exception raised when creating new Convex project
Hi @adam , taking a look now!
8 replies
CCConvex Community
•Created by Aguiarti on 5/23/2024 in #support-community
Error: Unable to run schema validation
Hey @Aguiarti, this should be fixed — apologies! You'll need to restart
npx convex dev
and things should start working3 replies