adrianh
adrianh
We are also currently experiencing the same issue with authorizeWithPopPp never completing and emitting from the Observable it returns. Is there any update on a fix to this issue? I...
Ah maybe. I'll try it. For some reason 'npm outdated' was still showing 15.0.4 as the latest version for me. Sorry for any confusion
@FabianGosebrink I tried v15.0.5 this morning and can unfortunately confirm that authorizeWithPopup is never emitting it's observable in 15.0.4 or 15.0.5. 15.0.3 works fine. We are invoking the method from...
No. Neither a value or error gets emitted from the observable returned by authorizeWithPopup
I believe so, yes. I just built and ran sample-code-flow-popup and it doesn't appear loginWithPopup is causing the expected console output. I added the first console output below for clarity...
Actually I rebuilt and the subscribe does fire in the sample however the trace is quite different. I am use Code flow with PKCE and this is the logging I...
If you are free I can show you what I am seeing in a teams call if that makes it a bit easier.
@FabianGosebrink Ok. so it is happening in the sample-code-flow-popup sample for me. What I am now seeing is that it opens the popup and then redirects back to the return...
I am on the main branch which should be 15.0.5 and be working correctly? I see this for isCurrentlyInPopup and the dialog opens as expected but doesn't seem to behave...
@FabianGosebrink I spent several hours debugging the code today and I think I've found the issue. This is based on 15.0.5 code. Basically it boils down to the code in...