Join our 2nd AppWizzy webinar🚀 on Wednesday, 25 March 2026, at 18:00 CET🚀 See how to go from idea to a working web app in minutes.

How do i add a route to create a new user?

Hy guys, in sing app react template in UserTable List, i added a button to create a new user with a link to the user fofm (Add user) cant really figure where to add the route to /admin/users/new ?

And another thing, on the route /admin/users/new , when i introduce a new user, it dows not show in the database:(. i get the message User created succesufully but no record is shown. is this related with import selector from 'crud/modules/users/usersSelectors, which i can not find anywhere in src folder?

Thank you