Closed Lashin23 closed 4 months ago
I commented out this validation for the sample to work: https://github.com/microsoft/Microsoft-Fabric-workload-development-sample/blob/main/Backend/src/Services/AuthenticationService.cs#L166
Also make sure you are not in the default workspace.
Hi @Lashin23,
Were you able to register successfully your developer workload using the DevGateway? Are you trying to create an item on a workspace registered on the same capacity defined in workload-dev-mode.json file?
Couldn't perform this step - Run the Microsoft.Fabric.Workload.DevGateway.exe application located in Backend\DevGateway as I'm unable to find DevGateway under Backend directoty from cloned solution
Copy the zip file to that location: https://github.com/microsoft/Microsoft-Fabric-workload-development-sample/issues/12
Hi @Lashin23,
You can download the DevGateway from Microsoft's Download Center https://www.microsoft.com/en-us/download/details.aspx?id=105993
We will update our documentation for this step.
After successful run of DevGateway getting below error:
Hi @Lashin23,
To verify -
Also, please provide requestIds for the failed network calls ('/artifacts').
Hi @anitamayorov,
This link to download gateway is breaking. https://www.microsoft.com/en-us/download/details.aspx?id=105993
Had the same problem, solved by fixing the Fabric capacity from workspace settings and restarting the devgateway
I'm trying to run sample workload solution and creating new sample workload item, but getting below error -
Error showing up as "ArtifactInputFailure:
Steps followed from https://learn.microsoft.com/en-us/fabric/workload-development-kit/extensibility-back-end