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
I have DAB running in an Azure Container App. Today I released a new revision which pulled the latest image. I am now getting the below error. If i revert to V 1.1.7, everything works correctly. What am i missing in order to work with the latest version?
An unhandled exception was thrown by the application.
System.InvalidOperationException: No authentication handler is registered for the scheme 'OAuthAuthentication'. The registered schemes are: Bearer. Did you forget to call AddAuthentication().AddSomeAuthHandler?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have DAB running in an Azure Container App. Today I released a new revision which pulled the latest image. I am now getting the below error. If i revert to V 1.1.7, everything works correctly. What am i missing in order to work with the latest version?
An unhandled exception was thrown by the application.
System.InvalidOperationException: No authentication handler is registered for the scheme 'OAuthAuthentication'. The registered schemes are: Bearer. Did you forget to call AddAuthentication().AddSomeAuthHandler?
Beta Was this translation helpful? Give feedback.
All reactions