TrueNas Scale 22.12.2 SMB Share Error

I have been using truenas for a long time now without Issues

Today i tried to set up a new Share and now get the following error (Below)
After making sure the pool was not used for the system and also making sure it was no longer being used for the apps i still cant get it working

This is the error if anyone has any Ideas.

[EINVAL] sharingsmb_create.path_local: Path does not exist.
More info…
Error: Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 196, in call_method
result = await self.middleware._call(message[‘method’], serviceobj, methodobj, params, app=self)
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1335, in _call
return await methodobj(*prepared_call.args)
File “/usr/lib/python3/dist-packages/middlewared/service.py”, line 940, in create
rv = await self.middleware._call(
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1335, in _call
return await methodobj(*prepared_call.args)
File “/usr/lib/python3/dist-packages/middlewared/schema.py”, line 1186, in nf
res = await f(*args, **kwargs)
File “/usr/lib/python3/dist-packages/middlewared/schema.py”, line 1318, in nf
return await func(*args, **kwargs)
File “/usr/lib/python3/dist-packages/middlewared/plugins/smb.py”, line 1019, in do_create
verrors.check()
File “/usr/lib/python3/dist-packages/middlewared/service_exception.py”, line 70, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] sharingsmb_create.path_local: Path does not exist.