"Initialization failed: Bad JSON escape sequence" when running devgateway.exe #44
-
Hi, I've got an issue where I have followed all the necessary steps in the Getting Started tutorial "https://learn.microsoft.com/en-gb/fabric/workload-development-kit/quickstart-sample" and having an issue when running the devgateway. I get "[Error] Initialization failed: Bad JSON escape sequence: \F. Path 'ManifestPackageFilePath', line 3, position 33." I have updated all relevant config files with my Entra/Fabric details, successfully build the backend project, and copied the workload-dev-mode.json file to C:\ Example of my file: { Any guidance would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi datahai, in this case you need to change the ManifestPackageFilePath to "C:\\Files\\ManifestPackage.1.0.0.nupkg" , I think the problem is in the escaping part. |
Beta Was this translation helpful? Give feedback.
Hi datahai, in this case you need to change the ManifestPackageFilePath to "C:\\Files\\ManifestPackage.1.0.0.nupkg" , I think the problem is in the escaping part.