wallet
wallet copied to clipboard
Welcome flow not opening after account creation on Firefox
In Firefox, the welcome screens that lead to the Login File are not appearing after creating a new account.
@sisou Is this still required with the changes that force the download of login file during account creation?
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.
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.