Unable to Connect to Samba Share Nextcloud 21.0.2

I am having trouble setting up a SMB share as an external storage for nextcloud. I tried using the SMB test app to help diagnose any issues, which game this error when I supplied the following inputs:
image


Icewind\SMB\Exception\InvalidArgumentException: Invalid request for /shaf1/server (InvalidArgumentException)

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php - line 67:

    Icewind\SMB\Exception\Exception::fromMap()

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php - line 84:

    Icewind\SMB\Native\NativeState->handleError()

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeState.php - line 338:

    Icewind\SMB\Native\NativeState->testResult()

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php - line 305:

    Icewind\SMB\Native\NativeState->getxattr()

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php - line 43:

    Icewind\SMB\Native\NativeShare->getAttribute()

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php - line 69:

    Icewind\SMB\Native\NativeFileInfo->stat()

    /config/www/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php - line 114:

    Icewind\SMB\Native\NativeFileInfo->getSize()

    /config/www/nextcloud/apps/smb_test/lib/Controller/SmbController.php - line 98:

    Icewind\SMB\Native\NativeShare->stat()

    /config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 218:

    OCA\SMBTest\Controller\SmbController->dir()

    /config/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 127:

    OC\AppFramework\Http\Dispatcher->executeController()

    /config/www/nextcloud/lib/private/AppFramework/App.php - line 157:

    OC\AppFramework\Http\Dispatcher->dispatch()

    /config/www/nextcloud/lib/private/Route/Router.php - line 302:

    OC\AppFramework\App::main()

    /config/www/nextcloud/lib/base.php - line 993:

    OC\Route\Router->match()

    /config/www/nextcloud/index.php - line 37:

    OC::handleRequest()```

Any idea what could be going on?