Hello,
How can I prevent the automatic redirection to /builder/home on login ?
Role landing page doesn’t seem to work.
Any new page without any cookie redirects to builder.
Hello,
How can I prevent the automatic redirection to /builder/home on login ?
Role landing page doesn’t seem to work.
Any new page without any cookie redirects to builder.
Hi, you can try updating it from System Settings.
Go to: http://<your-site>/app/system-settings/System Settings
Hi,
It forces the main app to be “add_to_apps_screen” compatible and don’t let any option to just let the normal redirect work and just skip the portal page altogether.
I guess using “has_permission” to the selected default app would allow to prevent any redirect to some users with the right kind of conditions but it would still be strange.
For example the “default_app” field itself uses the “has_permission” logic to select the app it displays in its select, so I could imagine an Administrator or python logic setting the default_app to a compatible app and a System Manager who see the default_app field as empty because he himself doesn’t meet the “has_permission” conditions.