How to access the profile page as user?

hi there,

i had success getting a profile page when adding a page and using the profile.md from user/plugin/login/pages.

As i want to have a profile link in a special menu together with logout - i put a call to the profile page into the login-status.html.twig:
<a class="profile" href="/user/pages/profile">profile</a>
and made the profile page routable and took out the Folder Numeric Prefix … but now i am getting a 403 - Forbidden - You don’t have permission to access this resource.

any one an idea?