Good afternoon!
For my application I'm using the user management system. Everything is working fine, except for my profile page. In my editor, the profile page looks like this by default:
However, when I'm deploying my application, nothing is showing up in this page (as you can see below).
I figured that it has something to do with the "visable" expression: ${user != null}
. When I delete this expression I'm seeing the page normally.
Obviously this experession is here for a reason. It seems Radzen isn't recognizing my current user, which is weird because I'm logging in with an username and password.
Can you help me any further?
Thanks in advance!
Chris