Skip to content
Discussion options

You must be logged in to vote

This looks like a public URL / ingress mismatch.

Your generated config.json advertises this as the server URL:

"server": "https://cloud.domain.dev:4443/"

That means the browser will try to use https://cloud.domain.dev:4443/ for OpenCloud/OIDC/theme URLs. If your tunnel exposes the public service as https://cloud.domain.dev on normal HTTPS port 443, then the config is telling the browser to go to the wrong public URL.

I would choose one canonical public URL and make every layer agree with it.

If the public browser URL is:

https://cloud.domain.dev/

then OC_URL should also be exactly:

https://cloud.domain.dev

not https://cloud.domain.dev:4443.

Also avoid mixing two ingress paths at the sam…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@daniellwdb
Comment options

@daniellwdb
Comment options

@micbar
Comment options

@daniellwdb
Comment options

@daniellwdb
Comment options

Comment options

You must be logged in to vote
2 replies
@daniellwdb
Comment options

@daniellwdb
Comment options

Answer selected by daniellwdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants