We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug When using password auth to #, the bootstrap logic will fail with the following error:
undefined is not an object (evaluating 'this._files')
due to some issue with concurrency setting the this._files property.
this._files
To Reproduce Steps to reproduce the behavior:
Just try to # using an existing account with password authentication.
Expected behavior
The app should perform the login and instantiate a MatrixFlies client.
Screenshots
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
When using password auth to #, the bootstrap logic will fail with the following error:
undefined is not an object (evaluating 'this._files')
due to some issue with concurrency setting the
this._files
property.To Reproduce
Steps to reproduce the behavior:
Just try to # using an existing account with password authentication.
Expected behavior
The app should perform the login and instantiate a MatrixFlies client.
Screenshots
The text was updated successfully, but these errors were encountered: