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

web terminal url not with rootpath, api use / not rootpath #9780

Closed
Hanyu96 opened this issue Jun 24, 2022 · 2 comments · Fixed by #9795
Closed

web terminal url not with rootpath, api use / not rootpath #9780

Hanyu96 opened this issue Jun 24, 2022 · 2 comments · Fixed by #9795
Labels
bug Something isn't working cherry-pick/2.4 Candidate for cherry picking into the 2.4 release branch component:web-terminal

Comments

@Hanyu96
Copy link

Hanyu96 commented Jun 24, 2022

argocd-server command

      containers:
      - command:
        - argocd-server
        - --rootpath
        - /argo-cd
        - --insecure

image

I set the rootpath and everything else works fine in my ui, but the websocket does not connect, I found that the websocket does not have the rootpath prefix added, is this a bug?

version:2.4.2

@Hanyu96 Hanyu96 added the bug Something isn't working label Jun 24, 2022
@DavidRayner
Copy link

DavidRayner commented Jun 27, 2022

I also have this problem - I made a discussion last week because I wasn't sure if it was fixable with different config: #9751

@crenshaw-dev
Copy link
Collaborator

Fix was released with 2.4.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cherry-pick/2.4 Candidate for cherry picking into the 2.4 release branch component:web-terminal
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants