microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Error running DevGateway. #14

Closed pietrobr closed 5 months ago

pietrobr commented 5 months ago

I'm trying to start the DevGateway. After the authentication step I get the error in the image below.

I'm not sure how I can troubleshooting the error to find out what configuration (probably) I made wrong.

Any help could be appreciated

thumbnail_image

box-turtle commented 5 months ago

Don't know if it is the same issue (the error message is not helpful), but when I received that error message it was because my workload name (and app id uri) did not follow the convention Org.<workloadName> similar to the Org.WorkloadSample that is used in the demo docs.

willwainwright commented 5 months ago

I also had the same issue when the workload name was not consistent across all files. I had renamed it but some still had the sample workload name. It must also match the app id uri

ramizsha commented 5 months ago

Hi @pietrobr , Please make sure that you have configured the resourceId in your workloadManifest.xml. See the rules that must apply on the resourceId here.

pietrobr commented 5 months ago

I solved using the sample workload name everywhere. Thanks