Learner clicking unasigned class gives an error

Hi, when i click a class that is not assigned to me a get the following error any ideas?
{
“request”: {
“path”: “/learn/api/learnerclassroom/fcb92bf67183fff8757fbeaab1e92e53/”,
“params”: {
“1538122736431”: 1538122736431
},
“headers”: {
“Content-Type”: “application/json”,
“Accept”: “application/json, application/json;q=0.8, text/plain;q=0.5, /;q=0.2”,
“X-CSRFToken”: “9zgii2OTrgUFqfDrUpvPdgIIJTWZ5h6S7kFRhK9WoLexh8UWkiKLfSuH0jqDMsom”
},
“method”: “GET”,
“canceled”: false
},
“url”: “/learn/api/learnerclassroom/fcb92bf67183fff8757fbeaab1e92e53/?1538122736431=1538122736431”,
“raw”: {},
“status”: {
“code”: 404,
“text”: “Not Found”
},
“headers”: {
“Date”: “Fri, 28 Sep 2018 08:18:55 GMT”,
“Allow”: “GET, HEAD, OPTIONS”,
“Server”: “0.0.0.0”,
“X-Frame-Options”: “SAMEORIGIN”,
“Vary”: “Accept, Accept-Language, Cookie”,
“Content-Language”: “en”,
“Content-Type”: “application/json”,
“Content-Length”: “77”
},
“entity”: [
{
“id”: “NOT_FOUND”,
“metadata”: {
“view”: “Learner Classroom Viewset Instance”
}
}
]
}

You are receiving a “404 Not Found” status code. This typically means that the content you are attempting to reach is not located at the location that you specified. Check the path specified: “/learn/api/learnerclassroom/fcb92bf67183fff8757fbeaab1e92e53?1538122736431=1538122736431”
In some instances it could mean that you do not have access to the files you’re trying to open. Typically you would receive a different status code for that (401 Unauthorized or 403 Forbidden) but you could get a 404, depending on how the system is set up.
I hope that helps.
Regards,
LarryY