Benjamin Pill
Benjamin Pill
would like to do this as my first contribution and getting to know the project :)
We are facing the same issue. Had to go back to 5.16.3. Also a non-AWS deplyoment
> This issue seems to be fixed. > > @thepill can you confirm this? > > Probably it is related to #428. Seems to work 👍
@deftelf I updated the issue description
i didnt look at the code in detail, but could you not just save if `title.length > 0`?
imho seems not the best solution. There will be additonal problems if you have bad or no connection to the backend. Also it seems to be to much to sync...
Im having the same problem. Probably the procedure is not quite comprehensible for me. The code in `CSPApplication` demo seems to assume that the refresh token is already in the...
@krunaldave24 i found my confusion and got it to work following https://github.com/microsoft/Partner-Center-DotNet-Samples/issues/45#issuecomment-737242542 You have to run the constent-web-sample first which will create the necessary secret within the key vault. After...
Same for me - completly confused and failing on "simple" tasks like getting authentication to work. The provided documentation for setting up the app-registration and granting permissions do not line...
Im also facing the same problem - would be great if this solves it!