Trouble with mercurial to git migration

Hi Rick,
Thanks for trying Linx. I am sorry you are having to deal with an error straight away.
As Ronan already mentioned, the problem is related to the plugins download from NuGet.

Our technical team is suggesting you try clearing the NuGet cache. We reproduced the error and clearing the NuGet cache worked in our case.

Here are the steps to accomplish that:

  • Download the latest version of NuGet:
    https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
  • From the command-line, run the following command (in the directory where you downloaded NuGet.exe):
    nuget.exe locals all -clear
  • Delete file “%appdata%\Twenty57\Linx Designer 5\ServerPackages.json”
  • Delete folder “%appdata%\Twenty57\Linx Designer 5\Packages”

Please let us know if this worked for you. Below are some references we found related to the error.
Franz