Erkka
Erkka6d ago

Hi, my POC is stuck at "Downloading

Hi, my POC is stuck at "Downloading current deployment state". Any hint why it could fail at this stage?
2 Replies
nipunn
nipunn6d ago
That message happens when the convex CLI is pulling information from a remote deployment (either cloud or self-hosted). Because you're posting in #self-hosted , I am assuming you're trying to self host? Where in the instructions are you? https://github.com/get-convex/convex-backend/tree/main/self-hosted#self-hosting-convex
GitHub
convex-backend/self-hosted at main · get-convex/convex-backend
The open-source reactive database for app developers - get-convex/convex-backend
Erkka
ErkkaOP4d ago
This was caused by untrusted CA (although no error messages related to that). Setting NODE_TLS_REJECT_UNAUTHORIZED="0" "fixes" problem for now

Did you find this page helpful?