Skip to content

Troubleshooting

Vinod Sathyaseelan edited this page Aug 13, 2025 · 1 revision

Troubleshooting

  • Can't connect over WebSocket
    Check device ↔ host reachability and ports in the device manifest.

  • Extensions not loading
    Verify default_path and default_extension in the extension manifest; confirm the binaries exist under your target/ dir.

  • App won't launch
    Ensure __firebolt_endpoint is present in the app's start_page URL and the app_id/session match.

  • Permission denied
    Confirm the extension's uses includes the contract being called.

Clone this wiki locally