Examine the main entry point of hashi ui, likely index.js or app.js, to understand how connections to Nomad are established. The current implementation fails on startup if Nomad is unreachable. Add an optional retry mechanism with exponential backoff and a configuration flag. Review similar issues or PRs in the repository for retry patterns.
hashi-ui doesn't start when Nomad is unreachable · jippi/hashi-ui#477 | Good First Issue