Somewhat database related. If I have a list of users who have all chosen a username, how can I structure my app so that their profile is accessible WITHOUT the need for URL parameters? Trying to avoid needing to do something like myapp.com/username=janedoe.
I’d love for it to instead just be myapp.com/janedoe. Obviously then the information inside the page would just be dynamically generated based on the username.
Set your “myapp.com” page data type to User. Set a slug for all your users when they are created (it’s a workflow action) and you’ll be able to access the user data myapp.com/slug