Wouter
Wouter
Okay whoops. I thought this issue was about a MSSQL issue when setting up a new instance. I said negative cause I ran into the same issue today. I fixed...
Any update on this?
Anyy update on this?
Any fix for this? Pretty please
I cannot use incognito mode because then I have to login again. Can't you provide a button to "exit" edit mode? Also: if I open the url in a new...
As said before: incognito mode is not an option. Because of the single sign on with Azure AD. Please add a button to clear the token...
Hello @mrcarlosdev, > This issue is related to managed developer portal. That's this repo right? :D I don't get why you are closing issues that aren't even resolved. Feel free...
Having the same issue with an app service. In our program.cs we registered the keyvault as a configuration provider. ``` public static IHostBuilder CreateHostBuilder(string[] args) { return Host.CreateDefaultBuilder(args) .ConfigureWebHostDefaults(webBuilder =>...
I solved it by enabling the system assigned identity for the app service. (it's under settings -> identity) 