De Lille Felix

Results 46 comments of De Lille Felix

I am having the same error now ![image](https://user-images.githubusercontent.com/5032389/84578327-81bc0680-adc4-11ea-89be-e9ccaa4d47b2.png) Also having 1 network error auth.html cancelled request

@bldulam1 this ? ``` localStorage.clear(); sessionStorage.clear(); ``` i switch back to msal and based myself on their react example project which was updated few days ago

i can confirm even with msal i have the issue ![image](https://user-images.githubusercontent.com/5032389/91644712-f1927280-ea3e-11ea-9c03-a7d9ad20ee25.png) But it is just in some cases

@JasSuri what about the above error ? `Exception Message:A content definition data uri is required. Orchestration step '2' of user journey 'SignUpOrSignIn' in policy 'B2C_1A_signup_signin' does not reference one nor...

@mikepizzo http://host/service/Categories('Smartphone%2FTablet') doesn't work anymore in .NET Core

@mikepizzo we are using Microsoft.AspNetCore.OData (7.0.1) Microsoft.NETCore.App 2.1.0 our startup code: ``` public void Configure( IApplicationBuilder app, IHostingEnvironment env) { var builder = new ODataConventionModelBuilder(); builder.EnableLowerCamelCase(); app.UseAuthentication(); app.UseMvc(options => {...

same issue ![image](https://user-images.githubusercontent.com/5032389/74938228-e4405f80-53ed-11ea-9610-b7a928adb1cb.png)

@thangchung is this still planned ? Thanks

Is there a way to make this work without `mode closed` ? I am getting this error with trying tooltip in shadowDOM `Cannot read properties of null (reading 'getBoundingClientRect')`