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

Unable to resolve weird DevGateway behaviour #79

Closed q-bhargsharma closed 2 months ago

q-bhargsharma commented 3 months ago

We previously raised this issue and were advised that the weird behaviour in DevGateway was due to multiple users using the same WorkloadName on the same capacity.

Since then we have tried to use a different WorkloadName for a user but we are unable to do any operations in Fabric (i.e. create a new item). We see the error below when trying to create a new item. Checked that after refreshing the page, the new item is never created.

image

The manifest file at http://localhost:60006/manifests seems to be exactly the same as before except for the new WorkloadName being substituted in.

Should having a new WorkloadName on the same capacity resolve the issues we are seeing? Is there anything else to try? Unfortunately it is a big blocker for us as it is becoming impossible for multiple people to develop at the same time.

ramizsha commented 2 months ago

@q-bhargsharma some questions:

  1. Did the registeration of the workload using dev gateway succeed?
  2. Did you change the workload name in the backend manifest as well? (Workloadmanifest.xml)
q-bhargsharma commented 2 months ago

Hi 👋🏽

  1. Yes the registration did succeed as I can see the newly registered workload on the Fabric homepage and open it.
  2. Yes I did change the workload name in the backend manifest. The 2 changed manifests are shown in the screenshot below.
![image](https://github.com/user-attachments/assets/1a9c2508-c681-4dbb-beb4-660c195cc5b7)
ramizsha commented 2 months ago

@q-bhargsharma I see that the first request of "/artifacts" returns 500. Can you please share the request-id of that request along with a link to this issue and send it to our support alias? (ILDCWLSupport@microsoft.com) You can find the request id in the response header of the call.