Multiple versions of our workload in same tenant causing issues? #96
-
We just deployed two new nupkg workload definitions to our tenant but we cannot create new items for either one. They point at separate app registrations, and the app registrations have different audiences/resource ids. They also have different workload names. Our item type is defined like this:
So since workload name is different in each, itemType is different in each, but the term We also have different "Product" names in both. It is unclear to me how the "Product" is used. Does product = experience? staging:
test:
The staging env is using an app registration we have used successfully in the past, test env has a new app registration with same permissions defined. However new item creation fails on both env with this error:
and no call is seen in the logs for our BE servers, so I assume it is failing inside Fabric. I'm trying to figure out how to debug this. Can someone take a look at these two requestIds and let us know if there is any detail to be gleaned from your logs? staging requestId: test requestId: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK got these fixed. Seems to have been permissions issue on the app registrations. |
Beta Was this translation helpful? Give feedback.
OK got these fixed. Seems to have been permissions issue on the app registrations.