• When I install my app on my Android device and login, all is fine, but when I get logged out after a period, when I load the app, it can often get in a loop between clicking login and then returning to the same login page saying I am already logged in.

    How is it possible for the PWA to always redirect to the homepage on loading and how to make the PWA be automatically logged in on loading? Those two issues are the most important at the moment.

    I tried adding this snippet of code to my functions.php file, but it didn’t help

    add_filter(‘auth_cookie_expiration’, function() { return YEAR_IN_SECONDS * 2; // Set authentication cookie to expire after 2 years});

    Is there another way to make the PWA be logged in upon loading and to ALWAYS go to the homepage on loading?

    Thanks so much

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Akshay A

    (@akshaycode1)

    Hi, thank you for reaching out to us. Could you please share a short video of the steps you are taking and the issue occurring on your end, so we can review it accordingly?

    Thread Starter honkin

    (@honkin)

    Thanks for your reply. The question seems pretty simply.

    How is it possible for the PWA to redirect to the homepage on loading and also to login automatically upon loading? So what I mean is, when you click the app icon on the phone, it ALWAYS logs in and redirects straight to the homepage of the PWA. Is this not possible?

    I would have thought PWA for WP would have a way to have the app automatically login and redirect to a specific page upon loading. They are the first 2 things which EVERY single app does when loaded, but not when using PWA for WP

    Plugin Support Akshay A

    (@akshaycode1)

    Hi, Thank you for sharing this. We are currently checking this concern and will provide you an update shortly. We kindly request your patience in the meantime.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.