Hi,
I have an issue
I installed Frappe ERPNext, Raven, Helpdesk, Meet etc.
Now, whenver I login even other users, insteak of taking to desk, it takes to helpdesk directly.
This is the issue with all the users. Tried a lot of things, not working
This is Frappe V17 development
peterg
2
Hi there,
After login, Frappe will determine the “home page” from a hierarchy of settings.
Roughly:
- Redirects for “/” defined in Website Settings
- The Home Page set in one of a user’s role (in seemingly random order)
- The page set in Portal Settings
- The page defined by hooks
- The page defined as Home Page in Website Settings
If you’re getting routed to helpdesk, that’s probably because one of the HD roles your user has defines a homepage at /helpdesk or something similar.
You can either remove that homepage from the Role document, or you can try setting a redirect for “/” to “/desk” in your Website settings.
Hi @frappelearner and welcome to the community
In addtional to the above one more place I would try is: -
Framework → Users → select the user → Settings → workspace
Best of luck