* Describe the bug
Error with AI agents (rendering error in data source)
* Environment
- NocoBase version: 2.0.0-beta.16
- Database type and version: PostgreSQL
- OS: Windows
- Deployment Methods: Docker via EasyPanel server OS or Docker directly deploy on Host
* How To Reproduce
After updating to version 2.0.0-beta16, simply after loading the page or reloading it, a pop-up window appears with the message “not found.”
Also, if you go to the AI agent settings, there will be a rendering error in the DataSource tab.
This error did not occur in version 2.0.0-beta15. It appeared immediately after updating to beta16.
Logs
{
"message": "Not Found",
"stack": "ResponseError: Not Found\n at Ke.<anonymous> (https://myapp.easypanel.host/p__index.249ca11d.async.js:2571:79384)\n at E (https://myapp.easypanel.host/umi.9c3c80bb.js:56:95414)\n at Generator.<anonymous> (https://myapp.easypanel.host/umi.9c3c80bb.js:56:96807)\n at Generator.throw (https://myapp.easypanel.host/umi.9c3c80bb.js:56:95843)\n at g (https://myapp.easypanel.host/umi.9c3c80bb.js:56:93425)\n at v (https://myapp.easypanel.host/umi.9c3c80bb.js:56:93658)",
"modelInfo": {
"uid": "c8ed09fecc0",
"className": "n",
"props": {},
"stepParams": {}
},
"timestamp": "2026-01-28T10:29:39.645Z"
}


