Troubleshooting
Troubleshooting guide for Highflame — authentication errors, connection errors, all-deny scenarios, session tracking, ZeroID token verification failures, and self-hosted issues.
Authentication Errors
# Verify the key is being read correctly
import os
key = os.environ.get("HIGHFLAME_API_KEY", "")
print(f"Key starts with: {key[:8]}...")
print(f"Key length: {len(key)}")Connection Errors
All Requests Are Denied
No Policies Are Loaded
BlockedError Raised Unexpectedly
BlockedError Raised UnexpectedlySession Tracking Not Working
High Latency
Import Errors for Python Framework Integrations
ZeroID Issues
Getting More Information
Last updated