Skip to content

Common debugging gotchas

Justin Willis edited this page Sep 8, 2021 · 1 revision

If you:

  • Think there is an issue in production:

    • Close all the current PWABuilder tabs you have open.
    • Open a new tab (this will force cache busting to make sure you are on the latest)
    • Go through the reproduction steps again. If you can still reproduce this is a valid issue, if not then that means this issue has already been fixed and you were running on an older version of PWABuilder.
  • Think the cache updating is not working:

    • Open the site in an incognito tab.
    • Try to reproduce the issue again. Incognito tabs do not use the service worker cache, so you will be on the latest version straight from the server.
  • Are having an issue with the build:

    • Go to the actions tab for PWABuilder.
    • Find the build marked with your commit (will normally be at the top of the list).
    • Tap the build, in it you will find logs that should print out the exact issue.