web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Users Won't Connect to...
Power Apps
Suggested Answer

Users Won't Connect to New Version of Published App

(0) ShareShare
ReportReport
Posted on by 41
I have published a new application version inside Power Apps. Usually all users are able to connect to this new version, after they click the "refresh" button which appeared on the top right of their screen in their browser.
 
But from a few days ago, after I publish a new application version, the users' browsers won't show this "refresh" button anymore. Eventually they can't use the latest published application version inside Power Apps.
 
They have cleared their browser's cache, but still that button won't show.
 
So how to solve this?
Categories:
I have the same question (0)
  • Suggested answer
    SebS Profile Picture
    4,822 Super User 2026 Season 1 on at
    If users don’t see the refresh banner after you publish a new version, try one of these:


    Force New Session (URL versioning)

    Append a version parameter to your app link — this forces Power Apps to load the latest manifest.

    Example (you need to create your own Link):


    https://apps.powerapps.com/play/appId=12345678-ABCD-9876-EFGH-1234567890AB?tenantId=00000000-1111-2222-3333-444444444444&v=20251106

    Each time you publish, update the v= value (e.g., v=20251107).

    Disable Cache Temporarily (for testing)

    You can bypass the Power Apps service worker cache by adding one of these parameters:

    https://apps.powerapps.com/play/appId=12345678-ABCD-9876-EFGH-1234567890AB?disableServiceWorker=true

    or

    https://apps.powerapps.com/play/appId=12345678-ABCD-9876-EFGH-1234567890AB?noCache=true

    This ensures the browser always loads the newest version directly from Power Apps.
     
    You can Try also add Button and place this code to OnSelect call it "Check For Updates"
     
    Launch(Set(_v, Text(Now(), "yyyymmddhhmmss"));
    Launch(
      "https://apps.powerapps.com/play/e/112976fa-1212-4e9f-994e-00bb954545469a0/a/e1c0b5fa-6676-4641-bd82-fb8c7252be9b" &
      "?tenantId=934fc9b4-634c-4de8-a977-2d46ad069bd9" &
      "&disableServiceWorker=true" &
      "&v=" & _v
    );


     
  • CU22080520-1 Profile Picture
    41 on at
    Thanks @SebS for your respond.
     
    About the first option (create your own link), how do I add the "v" variable?
    Is it manually in the browser's address bar or something to configure in Power Apps?
  • developerAJ Profile Picture
    4,763 on at
     
     
    Thanks for sharing this — learned something new!

    disableServiceWorker=true and noCache=true — that’s a great tip.
     
     
    By the way, I wrote a blog on Version Intelligence 🧭 🧭Power Apps: Version Intelligence | LinkedIn
    It might be worth a look; this is the approach I use to ensure users always access the live version.
  • SebS Profile Picture
    4,822 Super User 2026 Season 1 on at
    I think @ Solution provide same refresh approach V parameter just enforce refresh there is also SharePoint approach I used in past as well https://www.iammancat.dev/2022/12/enforcing-the-latest-version-of-your-power-app/

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 421

#2
Valantis Profile Picture

Valantis 405

#3
timl Profile Picture

timl 337 Super User 2026 Season 1

Last 30 days Overall leaderboard