You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the filename has any special characters (äöü) then the request fails with internal server error (500).
There is an easy workaround. I just renamed the file.
But for the second problem there is no easy workaround.
The following line "reuploads" the terms and services which need to have special characters.
I was just trying to get New-AppSourceSubmission to work.
But it seems like there is an Issure with the encoding when posting or putting content.
First error I recieved was in.
navcontainerhelper/AppSource/New-AppSourceSubmission.ps1
Line 151 in 7d5fbb4
If the filename has any special characters (äöü) then the request fails with
internal server error (500)
.There is an easy workaround. I just renamed the file.
But for the second problem there is no easy workaround.
The following line "reuploads" the terms and services which need to have special characters.
navcontainerhelper/AppSource/New-AppSourceSubmission.ps1
Line 221 in 7d5fbb4
Just because was curious i edited the terms and services to "Test".
That "fixed" it.
Just as a note the terms were correctly printed in the log which could mean the get works fine.
The text was updated successfully, but these errors were encountered: