Hi! I have just updated to v2026.4.11, and now ALL my agents reply with 404 <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html>
I am using Minimax M2.7. Here is my model config:
"models": {
"minimax-portal/MiniMax-M2.7": {
"alias": "minimax-m2.7"
},
"minimax-portal/MiniMax-M2.7-highspeed": {
"alias": "minimax-m2.7-highspeed"
}
},
"model": {
"primary": "minimax-portal/MiniMax-M2.7"
},
"thinkingDefault": "high"
}
One more issue I see is that thinking is set to Off, even though I set it to high in config. Any ideas? Should I revert to v2026.4.10?