After version 0.2.0-nightly-200713151818 I'm unable to login
See original GitHub issueHello,
I’m implementing a solution with login with IdentityServer 4. Starting with version 0.2.0-nightly-200713151818 the login does not complete.
The process is:
- In a certain page, call the authentication/login
- The user is redirected to the IdentityServer. In here user log in and is redirected to the authentication/login-callback
- The login is completed and redirected to the calling page.
Starting with version 0.2.0-nightly-200713151818, step 3 never executes. The RemoteAuthenticatorView CompletingLoggingIn event is called, but does not go from there. The browser freezes and some times it gives an error:
Stacktrace:
Error
at 640908 (https://localhost:44312/_framework/wasm/dotnet.3.2.0.js:1:19012)
at _emscripten_asm_const_iii (https://localhost:44312/_framework/wasm/dotnet.3.2.0.js:1:19197)
at wasm_logger (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[3126]:0x9ab09)
at eglib_log_adapter (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[6030]:0x10e78d)
at monoeg_g_logstr (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[4574]:0xc99e6)
at monoeg_g_logv_nofree (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[2192]:0x60c59)
at monoeg_g_log (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[132]:0x2ffc)
at monoeg_malloc (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[161]:0x3c89)
at stack_frag_new (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[2019]:0x59758)
at add_frag (https://localhost:44312/_framework/wasm/dotnet.wasm:wasm-function[1430]:0x3ccf2)
Could not allocate 4096 bytes
undefined
undefined
Uncaught RuntimeError: abort(undefined). Build with -s ASSERTIONS=1 for more info.Uncaught RuntimeError: abort(undefined).
Some times the step 2 freezes and the user is not redirected to the IdentityServer.
If I go back to version 0.2.0-nightly-200713124218 it works OK with a fast login.
Best regards,
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:14 (12 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, sorry, I forgot to include a script in the index page for the authentication service. Never mind, I fixed that and upgrade the Ant-Design on the latest version and it works as expected on my demo repository. Also, It works now in my project, which is good.
We don’t need to roll back into the past and looking differences between builds of 13th and 14th July. It would be hard to match that.
You can close the issue.
Kind regards,
Hi ElderJames,
I’ve upgraded and added the avatar again and it is working. Thank you very much for your help.