Apps Logout Functionality

I am able to logout from the Apps by giving the URL on the event of the button, but when tried to sign in again from that Login page, I’m again directed to Automation Cloud. How can we sign in back and land on the Apps homepage

Is this related to UiPath apps or UiPath platform ?

Hi @Glen_Serrao,

please try below:

To ensure landing on the UiPath Apps homepage after login, use the “Use Application/Browser” activity to open the login page and perform the login steps, then the application/browser should automatically navigate to the homepage.

Steps:

    1. Open the Login Page:

Use the “Use Application/Browser” activity and specify the URL of your UiPath Apps login page.

    1. Perform Login:

Within the same activity, use UI activities like “Type Into”, “Click” to input the username/password and click the login button.

    1. Homepage Verification (Optional):

Verify that you have landed on the Apps homepage by checking for a specific element that exists on the homepage and the login page does not, or by checking the URL of the current page.

    1. Handle New Browser windows (If needed):

If the login process opens a new browser window or tab instead of navigating to the homepage in the same window, use a new “Use Application/Browser” activity to point to the new browser window.

Hope this helps.

Regards
Sonali