DirectAuth Init fails in Firefox Private mode #1541
Labels
Issue: Bug 🐛
Added to issues relating to a critical severity bugs.
Priority: P1 High
Added to issues relating to a high severity bugs.
Describe the bug
When the app is loaded in Firefox + Private the login buttons remain disabled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The login buttons should enable once the necessary dependencies have loaded, allowing a user to log in.
Console error
Error: Please serve redirect.html present in serviceworker folder of this package on http://localhost:3000/serviceworker/redirect
Screenshots

Additional context
The error returned if from the
DirectAuthSDK.init()
call failing. According to Torus, solution is to either pass in askipInit: true
or alternatively update the SDK.The text was updated successfully, but these errors were encountered: