wallet icon indicating copy to clipboard operation
wallet copied to clipboard

Welcome flow not opening after account creation on Firefox

Open sisou opened this issue 4 years ago • 3 comments

In Firefox, the welcome screens that lead to the Login File are not appearing after creating a new account.

sisou avatar Oct 21 '20 23:10 sisou

@sisou Is this still required with the changes that force the download of login file during account creation?

mariofriz avatar Feb 20 '21 12:02 mariofriz

Hi Mario, you are right, it's not required anymore, but I still haven't checked yet if the welcome flow opens correctly on Firefox.

sisou avatar Feb 20 '21 14:02 sisou

I just looked into this again. The welcome flow opens in Firefox during dev, but not in production. Experimenting with production builds, it seems the document.referrer is empty when coming back from the Hub (I have not found an explanation for why yet). This prevents the RpcClient from handling the redirect-response (it cannot validate a response's validity without a referrer and bails), which in turn leads to the welcome modal not getting triggered.

sisou avatar May 06 '21 10:05 sisou