Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DirectAuth Init fails in Firefox Private mode #1541

Closed
FSM1 opened this issue Sep 20, 2021 · 1 comment · Fixed by #1549
Closed

DirectAuth Init fails in Firefox Private mode #1541

FSM1 opened this issue Sep 20, 2021 · 1 comment · Fixed by #1549
Assignees
Labels
Issue: Bug 🐛 Added to issues relating to a critical severity bugs. Priority: P1 High Added to issues relating to a high severity bugs.

Comments

@FSM1
Copy link
Contributor

FSM1 commented Sep 20, 2021

Describe the bug
When the app is loaded in Firefox + Private the login buttons remain disabled.

To Reproduce
Steps to reproduce the behavior:

  1. Open FF + Private
  2. Navigate to app.files.chainsafe.io
  3. Observe that the Login buttons are never enabled

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
image

Additional context
The error returned if from the DirectAuthSDK.init() call failing. According to Torus, solution is to either pass in a skipInit: true or alternatively update the SDK.

@FSM1 FSM1 added the Issue: Bug 🐛 Added to issues relating to a critical severity bugs. label Sep 20, 2021
@FSM1 FSM1 self-assigned this Sep 20, 2021
@FSM1 FSM1 added the Priority: P1 High Added to issues relating to a high severity bugs. label Sep 20, 2021
@FSM1
Copy link
Contributor Author

FSM1 commented Sep 20, 2021

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Bug 🐛 Added to issues relating to a critical severity bugs. Priority: P1 High Added to issues relating to a high severity bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant