This error happens on the homepage (on prod and dev) when you load peregrine directly in an incognito window of firefox. This is happening because in incognito firefox does not allow you to access localstorage, so an error is getting thrown. We should catch the error and not try to do caching when that happens.

This error happens on the homepage (on prod and dev) when you load peregrine directly in an incognito window of firefox. This is happening because in incognito firefox does not allow you to access localstorage, so an error is getting thrown. We should catch the error and not try to do caching when that happens.