Sa'ad
Sa'ad
I want to work on this issue please
> @BlueZ-95 This is just a hunch but we do check the need for a redirect in frontend code and I wonder if there is some sort of race condition...
How do I reproduce signup functionality in development mode?
@citizen428 okay, I'll look into it
Why do we used document.ready and window.InstantClick both events on onboardingRedirectCheck.jsx? I suspect both of them are conflicting with each other. In Onboading.jsx we're redirecting user to home page but...
> Why do we used document.ready and window.InstantClick both events on onboardingRedirectCheck.jsx? I suspect both of them are conflicting with each other. In Onboading.jsx we're redirecting user to home page...
I guess we can use only `InstantClick` event as both of them are doing same thing. One thing to mention is `DOMContentLoaded` is saving currentUser and csrfToken in window and...
I agree about `InstantClick`. But, I guess the problem occurs because of the `InstantClick` as some times it fires after `DOMContentLoaded`. Now, My question is, Why do we use `InstantClick`...
> It is highly unlikely that someone would load the onboarding page directly from the browser address bar, but that would be the use case to have both. Otherwise, `InstantClick`...
@xyba1337 Let me have a look into it. If you can assign it me.