First use of TC 2.0.2 - NAS API error

Memorist_223

Dabbler
Joined
Oct 6, 2021
Messages
14
Hi all

I've rebuilt my VM twice just to make sure I didn't mess up the installation.

I've got a bunch of Free/TrueNas systems and wanted to test this out.
After adding 2 of my systems,1 always appears offline, even though I can ping it via the Cli.
The other is coming up but when I open the system to seem more.
I get this NAS API Error:

Code:
{ "name": "response", "namespace": "direct/message", "id": "ce06d840-e0bf-76c8-3f0e-b914c2ce9da8", "args": { "id": "ce06d840-e0bf-76c8-3f0e-b914c2ce9da8", "error": { "error": 22, "extra": null, "reason": "[limit] Field was not expected", "trace": { "class": "Error", "formatted": "Traceback (most recent call last):
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 165, in call_method
result = await self.middleware.call_method(self, message)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 1107, in call_method
return await self._call(message['method'], serviceobj, methodobj, params, app=app, io_thread=False)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 1069, in _call
return await run_method(methodobj, *args)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 983, in _run_in_conn_threadpool
return await self.run_in_executor(self.__threadpool, method, *args, **kwargs)
File \"/usr/local/lib/python3.6/site-packages/middlewared/main.py\", line 971, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File \"/usr/local/lib/python3.6/concurrent/futures/thread.py\", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File \"/usr/local/lib/python3.6/site-packages/middlewared/schema.py\", line 667, in nf
 
Top