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

OCM. failure when navigating to the /ocm/invitations page #11153

Closed
ScharfViktor opened this issue Jul 8, 2024 · 1 comment · Fixed by #11348
Closed

OCM. failure when navigating to the /ocm/invitations page #11153

ScharfViktor opened this issue Jul 8, 2024 · 1 comment · Fixed by #11348
Assignees
Labels
Type:Bug Something isn't working

Comments

@ScharfViktor
Copy link
Contributor

ScharfViktor commented Jul 8, 2024

precondition:

Steps:

Actual: this page isn't working 401 Unauthorized

Screen.Recording.2024-07-08.at.11.55.22.mov
@ScharfViktor ScharfViktor added the Type:Bug Something isn't working label Jul 8, 2024
@kulmann
Copy link
Member

kulmann commented Jul 15, 2024

This happens because the app route starts with /ocm and all /ocm http requests are being routed to the http part of the ocm service, see https://github.com/owncloud/ocis/blob/ce199d56ab83d7aedc44f9c74439a7b2e60464af/services/proxy/pkg/config/defaults/defaultconfig.go#L169

Easiest would be to come up with a different web app name. Or we could be more specific in the server routes instead of catching everything that goes to /ocm. Then all the unknown routes would be routed to web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants