Description
Hello all, I am able to get the application running locally but not able to get any data from the backend. Consistently get 401s from /assistants and /assistant-services and /events etc

When I get a curl from the inspector, the token being sent to the backend looks like an MSAL graph access token and not a JWT. Specifically the backend complains that the JWT doesn't have enough segments and that it can't be decoded.
Any guidance would be really helpful since I am very keen to demo an internal app for agents in production, optimistically using semantic backend as my dashboard. Would love to get it working.
I tried using the default credentials in the .env.example and then also went ahead and followed the custom app guidelines to see if that would help - same issue.