Whenever a new user sign into the app. Ther user routed to the courses page which is the dashboard (the route to the dashboard is /learner-dashboard
).
I want to route the new user to the Discover New page (the route to the Discover New page is /courses
)
Map the courses link to the courses page from site configurations.
@MMarei Thanks alot for your response. Can you please elaborate the solution.
- Go to the admin panel
- Go to site configurations
- Open your main site/domain
- In the site values JSON, add your courses url in the marketing URLs object:
"MKTG_URL_LINK_MAP": {
"COURSES": **your courses url**
},
@MMarei
Thanks for your prompt response. I tried you proposed solution but is not solving my problem.
I have not changed the courses URL.
I want that when a user clicks the Sign In button, instead of going to the
https://apps.<base_url>/learner-dashboard/
it should go to https://<base_url>/courses
Please see attached images for reference
Learner Dashboard
Discover Courses