Hi All,
I'm unable to publish any extension using Powershell, I get this below kind of error -
Publish-NAVApp -ServerInstance BC250 -Path "T:\BCInstall\Test App\Default publisher_SalesOrderAPI_1.0.0.0.app" -SkipVerification -Tenant default -Force
WARNING: UnhandledErrorMessage
Publish-NAVApp : An error occurred when creating the WebSocket with the factory of type 'CoreClrClientWebSocketFactory'. See the inner exception for details.
At line:1 char:1
+ Publish-NAVApp -ServerInstance BC250 -Path "T:\BCInstall\Test App\Def ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Publish-NAVApp], InvalidOperationException
+ FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.PublishNavApp
I have checked if all the ports are assigned with Proper SSL thumbprint/ If SSL certificate is valid/ If it is installed in the proper location / Checked the navsettings file for any kind of incorrect values / Checked the firewall settings for all ports
Still not finding any problem anywhere. I'm using BC version 25.
Please share your thoughts on this.
Attached event viewer log for reference.
Thanks.