I tried to check where the issue is by opening the inspect > network and found that the error come from token (400 Bad Request) and user-info (500 Internal Server Error), I extracted the authorization JWT to parse in jwt.io and found that the user-id is similar to my organisation id, but slightly different. I am not to familiar with this, but since it probably is suppose to connect to organization and I can’t really find the id matching the JWT result, so I think this might be the issue?