Checklist
I have read intro post: About the Installation Issues category
I have read the tutorials, help and searched for similar issues
I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
I describe the steps I have taken to trouble shoot the problem
I describe the steps on how to reproduce the issue
I’m encountering an issue while attempting to open Passbolt in a Kubernetes environment. The page does not load properly, although the extension seems to be functioning. Unfortunately, I’m unable to copy passwords. I investigated the issue by checking the DevTools debugger for index.html
, and I observed the following information:
Responses:
{“header”:{“id”:“XXXXXXXXXXXXXXXXXXX”,“status”:“error”,“servertime”:168333643,“title”:“app_errors_notSupported_success”,“action”:“XXXXXXXXXXXXXXXXXXXXXXXXXXXXX”,“message”:“This feature is not supported by your version of passbolt.”,“url”:“/account/settings.json?api-version=v2”,“code”:404},“body”:null}
{“header”:{“id”:“dXXXXXXXXXXXXXXXXXXX”,“status”:“error”,“servertime”:1683332644,“title”:“app_users_view_error”,“action”:“XXXXXXXXXXXXXXXXXXX”,“message”:“The user id should be a uuid or \u0022me\u0022.”,“url”:“/users/csrf-token.json?api-version=v2”,“code”:400},“body”:“”}
No issues from K8s side .
Could someone please help me here !
Thank you