github diegosouzapw/OmniRoute v2.3.3
v2.3.3 — Providers Test All Crash Fix

latest releases: v3.5.2, v3.5.1, v3.5.0...
26 days ago

Bug Fix

Providers page crash when clicking 'Test All' (PR #330)

Clicking 'Testar Todos' on the Providers page could replace the entire page with the error boundary ('Failed to load providers') when:

  • The batch test took too long (many providers with expired tokens)
  • The response was truncated, causing res.json() to throw

Changes

  • AbortController (90s timeout) on the batch test fetch
  • Inner try/catch for JSON parsing — truncated responses no longer crash the component
  • Null-guard in ProviderTestResultsView before destructuring results
  • New i18n key providerTestTimeout for friendly timeout message

Don't miss a new OmniRoute release

NewReleases is sending notifications on new releases.