You may encounter the following known issues in this release. We are working diligently to resolve them in the coming releases.
PowerServer
The following error may occur when PowerServer WebAPI is started. This is because .NET SDK 10 does not recognize the // comment marker when parsing JSON.
Error: An error was encountered when reading 'C:\Users\<username>\source\repos\<application_name>\ServerAPIs\Properties\launchSettings.json': ' / ' is an invalid start of a property name. Expected a ' " '. Path: $ | LineNumber: 3 | BytePositionInLine: 6.
Workaround: Please refer to the error message to find the corresponding launchSettings.json file and delete the comments. To prevent this issue from occurring in the future application, you can find the template file located at C:\Program Files (x86)\Appeon\Common\PSToolkit\22.0\NetBuild\AppTemplate\Source\ServerAPIs\Properties and remove the comments from the template file.


