-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular 16 and 17 : BrowserAuthError: uninitialized_public_client_application #6691
Comments
Hey @memory660 we do not support Angular 17 yet. For your issue with Angular 16, please take a look at #6693 ! Let me know if you need more help. |
@lalimasharda , I can't find the solution in the link you gave me. |
Hello @lalimasharda, do you have any idea on when you would support Angular 17 ? |
🆙 🙏🏻 |
support Angular 17 Pliss |
Angular 17, support, please, arigato. :) |
Hey @lalimasharda @tnorling @konstantin-msft @jo-arroyo @hectormmg, sorry for mentioning you all... |
Angular 17 support is being tracked in #6719, any updates we have to share will be posted there. As for the original issue concerning the uninitialized error - you need to do one of the following:
Additionally you must wait for |
Core Library
MSAL.js (@azure/msal-browser)
Core Library Version
3.5.0
Wrapper Library
MSAL Angular (@azure/msal-angular)
Wrapper Library Version
3.5.0
Public or Confidential Client?
Public
Description
no error with :
"@azure/msal-angular": "3.0.0-alpha.2", "@azure/msal-browser": "3.0.0-alpha.2",
error with
"@azure/msal-angular": "^3.0.8", "@azure/msal-browser": "^3.5.0",
Error Message
ERROR BrowserAuthError: uninitialized_public_client_application: You must call and await the initialize function before attempting to call any other MSAL API. For more visit: aka.ms/msaljs/browser-errors
Msal Logs
No response
MSAL Configuration
Relevant Code Snippets
Reproduction Steps
from launch
Expected Behavior
no more errors
Identity Provider
Azure AD / MSA
Browsers Affected (Select all that apply)
Chrome
Regression
@azure/msal-browser: ^3.5.0
Source
External (Customer)
The text was updated successfully, but these errors were encountered: