framework · inferred from evidence
Electron
A framework for building cross-platform desktop applications, mentioned as the environment where the issue occurs.
- Feature Request: Expose WebSocket-based OAuth flow for Tauri/Electron desktop apps
Covers this Nango problem: Feature Request: Expose WebSocket-based OAuth flow for Tauri/Electron desktop apps. Nango's @nangohq/frontend SDK relies on window.open() popups for OAuth, which Tauri/Electron webviews do not support.
- CORS error calling the Replicate API from the browser
A practical guide for Replicate. You can't call the Replicate API straight from the browser: Replicate doesn't send CORS headers, and that's deliberate, because your API token would be exposed in client-side code (even in packaged apps like
- Hanging query for Firestore
The query slowdown was a regression that was fixed in Firebase 10.11.1. Upgrade to 10.11.1 or newer; the reporter confirmed queries became fast again.
- Ably Realtime whitescreens Electron renderer ~30s after connect
The Ably team root-caused this to a Chromium `setTimeout` bug that triggers when ably-js code is evaluated from a custom vm context in an Electron renderer process. Fixes that worked: run ably-js from the main process instead of the rendere