nexus-cli icon indicating copy to clipboard operation
nexus-cli copied to clipboard

Failed to fetch version requirements across all endpoints (primary, cache, fallback)

Open oxatik opened this issue 4 months ago • 2 comments

Environment Details

  • Docker Image: nexusxyz/nexus-cli:latest
  • Command: docker run -it --init --name nexus nexusxyz/nexus-cli:latest start --node-id 35843888
  • Error Message:
❌ Failed to fetch version requirements: Failed to fetch config: Failed to fetch from all sources.
Primary (https://cli.nexus.xyz/version.json): Failed to fetch config: error sending request for url (https://cli.nexus.xyz/version.json).
Cache (https://us-central1-nexus-cli.cloudfunctions.net/version): Failed to fetch config: error sending request for url (https://us-central1-nexus-cli.cloudfunctions.net/version).
Fallback (https://raw.githubusercontent.com/nexus-xyz/nexus-cli/refs/heads/main/public/version.json): Failed to fetch config: error sending request for url (https://raw.githubusercontent.com/nexus-xyz/nexus-cli/refs/heads/main/public/version.json)

Steps to Reproduce

  1. Pull the latest nexus-cli image
  2. Run with the specified command
  3. Observe failure across all three endpoints

Expected Behavior

Container should initialize and connect to Nexus network

Actual Behavior

Fails during initialization due to inability to fetch version information from any endpoint

*** please solve this problem Asap,,,,,

oxatik avatar Sep 13 '25 05:09 oxatik

All three urls are loading for me. You may be behind a network router or proxy that is blocking them. Are you able to load app.nexus.xyz?

collinjackson avatar Sep 13 '25 06:09 collinjackson

All three urls are loading for me. You may be behind a network router or proxy that is blocking them. Are you able to load app.nexus.xyz?

yes load thank you ,,,,,,

oxatik avatar Sep 13 '25 08:09 oxatik