nflow icon indicating copy to clipboard operation
nflow copied to clipboard

Bug: nflow explorer requests missing content-type since msal feature added

Open RealZimboGuy opened this issue 6 months ago • 0 comments

the fetch requests were changed to use the authenticated call in the service.ts, when msal is not enabled the requests are missing the additional options "content-type": "application/json"

this results in any PUT / POST requests to the api failing with 415 Unsupported Media Type

image

the specific changes image

the below is the code path when msal is not enabled there is no content type set

image

RealZimboGuy avatar Aug 06 '24 17:08 RealZimboGuy