#Getting 404 Not Found Error for Minimax M2.7 using MiniMax OAuth (Global)

1 messages · Page 1 of 1 (latest)

polar ice
#

Openclaw Version: 2026.4.10 (44e5b62)
Env: Ubuntu 24.04
I am using Minimax Plus Token Plan

sullen sierraBOT
wispy galleonBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

sullen sierraBOT
elfin sierraBOT
#

I think you may have hit a known MiniMax OAuth bug in 2026.4.10.

A fix landed right after that release for minimax-portal setups. The OAuth config patch was missing:

  • api: "anthropic-messages"
  • authHeader: true

That can cause 404 Not Found on MiniMax OAuth requests.

Quick checks first:

  • If you used MiniMax OAuth, your model should be minimax-portal/MiniMax-M2.7, not minimax/MiniMax-M2.7
  • Run:
    openclaw models list --provider minimax-portal
    openclaw models status
    
#

Best fix:

  1. Update OpenClaw
  2. Re-run:
    openclaw configure
    
    then pick minimax-global-oauth
  3. Restart:
    openclaw gateway restart
    

Manual workaround if you want to patch config now: