Many "user does not have workspace access" errors

Summary
I am seeing many errors in the log that say “user does not have workspace access.” It appears all my users are causing these errors. As an admin, I don’t see them, but apparently regular users see them quite a bit.

Steps to reproduce
Use 6.4.2 and view error log.

Expected behavior
No errors - or a way to fix it. I have disabled the focalboard plugin for now.

Observed behavior
Seeing many error log entries like this:

{
    "timestamp": "2022-04-15 15:40:51.951 Z",
    "level": "error",
    "msg": "API ERROR",
    "caller": "app/plugin_api.go:928",
    "plugin_id": "focalboard",
    "code": "401",
    "error": "",
    "_msg": "\"user does not have workspace access\"",
    "api": "/api/v1/workspaces/0"
}
1 Like

after more searching I am thinking this merge request is fixing this issue in the desktop client but I have no idea when it’s going to be released.