Succefull Installation but not possible to Login #432
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 13 replies
-
Please open the browser console and post the error. |
Beta Was this translation helpful? Give feedback.
-
kannst du erklären/zeigen wie du es installiert hast? Weiter als hier komme ich nicht, auch auf unraid 7.0 |
Beta Was this translation helpful? Give feedback.
-
i have same problem |
Beta Was this translation helpful? Give feedback.
-
We need more details to help you. From a first look, it seems that there is a mismatch between OC_URL always needs to be set to the publicly available URL. E.G if you set it to the default, which is If you use a reverse proxy to a public URL, you need to change the OC_URL to match the public url. Normally it is something like |
Beta Was this translation helpful? Give feedback.
-
after i set insecure to True i get this in the log |
Beta Was this translation helpful? Give feedback.
-
I get a similar issue, Installation went well, but when trying to login I can insert username and password but this is the logs of opencloud: |
Beta Was this translation helpful? Give feedback.
Can you still see
{"level":"error","service":"proxy","error":"failed to verify access token: Get \"https://IP:9200/.well-known/openid-configuration\": tls: failed to verify certificate: x509: certificate is valid for localhost, not IP","authenticator":"oidc","path":"/graph/v1.0/me","user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36","client.address":"","network.peer.address":"IP","network.peer.port":"60214","time":"2025-03-19T13:01:58Z","message":"failed to authenticate the request"}
in the logs? Then you need to setINSECURE: true
.