Hi everyone, I could really use some help with the openai-codex provider.
I'm currently running OpenClaw 2026.4.14 and trying to use openai-codex/gpt-5.4 via OAuth. I have a ChatGPT Business subscription, so my account should have plenty of capacity.
However, whenever I try to run a prompt, I keep getting a loop of DNS lookup for the provider endpoint failed errors, followed by huge blocks of raw HTML. When I checked with a curl command, it turns out it's a Cloudflare 403 block (cf-mitigated: challenge) or a false rate_limit error.
The weirdest part is that my local setup and network are fine. I switched to the Anthropic API with a direct key and it worked instantly without any issues.
Is this a known issue/bug with ChatGPT Business subscriptions getting blocked by Cloudflare on the OAuth route? Or is there a specific local configuration I'm missing to bypass this challenge?
Thanks in advance!