mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
When accessing OmniRoute remotely (e.g. llms.omniroute.online), the Codex OAuth redirect_uri was incorrectly set to http://localhost:443/callback. OpenAI only accepts the registered http://localhost:1455/auth/callback. This caused 'unknown_error' on auth.openai.com for remote users. Other providers (Google-based: Antigravity, Gemini) are unaffected as Google OAuth accepts any localhost port.