Error with AI agents (rendering error in data source)

* 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"
}

I noticed that after the update, all built-in (default) AI employees disappeared… Although I even configured the API LLM model and tested the AI front-end developer.

Version 2.0.0-beta.17 has been fixed.

1 Like

Yes, everything has been fixed. I updated to beta17 and the error disappeared!

I didn’t know that beta17 could be used because I refer to the release shown on the official website Release Notes - NocoBase. Currently, beta16 is available there, so I used it to test new features.

But thank you for your quick response, the problem can be considered solved!