-
Notifications
You must be signed in to change notification settings - Fork 13
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
[BUG] Invalid username or password when multi-tenancy is disabled #29
Comments
HI @51CGO, Thank you for reporting this issue. Will look into it. |
Thank you. It should be easy to fix: try { await page.waitForTimeout(5000); Adding a parameter "--multitenancy=false" and surrounding the above code with "if multitenancy ... then ..." should do the job. |
@51CGO Thank you for the analysis. Feel free to open PR if you would like. |
@51CGO It looks like you have the solution. Are you interested in submitting a PR? We are always looking for external contributions to the project. |
reporting-cli fails when multi-tenancy is disabled as it tries to reach the tenant selection page
Steps to reproduce:
=> Invalid username or password
The text was updated successfully, but these errors were encountered: