ctx.auth.getUserIdentity() is returning undefined
In this function I need to be able to get lists by the user id but the user is never defined. I have made sure I am logged in too. I have also made sure that I setup my auth.config.js correctly. It seems the mutation function works just fine but the queries do not. Any help would be awesome! Thanks.
Here is what the logs look like. Seems like on load it's undefined and then eventually the data comes.

