Skip to content

Troubleshooting

Common issues and solutions for Radix Relay.

Work in Progress

Troubleshooting guide is being developed. Check back soon.

Getting Help

If you encounter issues:

  1. Check the GitHub Issues
  2. Search for similar problems
  3. Create a new issue with:
  4. OS and version
  5. Compiler and version
  6. CMake version
  7. Full error output
  8. Steps to reproduce

Common Issues

Build Failures

Check that you have:

  • CMake 3.21+
  • C++20 compatible compiler
  • All dependencies installed

See Installation for details.

Test Failures

Run tests with verbose output:

ctest --preset=test-unixlike-clang-debug --output-on-failure