mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 16:02:38 +00:00
The packaged Mac build loads the renderer from file://, which makes a cross-origin POST via renderer fetch() fail CORS preflight — causing "Failed to submit feedback" in production while dev (http://localhost) works. Route submission through a new feedback:submit IPC handler that uses Electron's net.fetch in the main process (no CORS), mirroring the pattern already used by updater-changelog/updater-nudge.