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

InfluxDB 2.0: Switch organization produces invalid URL #18992

Closed
antongocode opened this issue Jul 20, 2020 · 2 comments · Fixed by #19039
Closed

InfluxDB 2.0: Switch organization produces invalid URL #18992

antongocode opened this issue Jul 20, 2020 · 2 comments · Fixed by #19039
Assignees

Comments

@antongocode
Copy link

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. InfluxDB 2.0 Beta 14
  2. Create two organizations
  3. Use Web interface to switch organizations

Expected behavior:
Interface should switch to selected organization.

Actual behavior:

  1. Current URL: http://{host}:9999/orgs/{org-id-A}
  2. Select "Switch Organizations" and select org B
  3. New URL: http://{host}:9999/orgs/{org-id-A}/orgs/{org-id-B}
  4. Would Expect: http://{host}:9999/orgs/{org-id-B}
@antongocode antongocode changed the title InfluxDB 2.0: Switch organization url incorrect InfluxDB 2.0: Switch organization produces invalid URL Jul 20, 2020
@russorat russorat removed their assignment Jul 23, 2020
@121watts 121watts self-assigned this Jul 23, 2020
@FrankStienhans2
Copy link

Can you please explain how this could have happened?
Do you have automated testing in place?

@121watts
Copy link
Contributor

Thanks for reporting @antongocode! Fix is up awaiting review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants