# Reset the App

## Clear Cache Options

There are several different levels of refreshing in most modern browsers,&#x20;

<table><thead><tr><th width="307.3333333333333">Command</th><th>Command</th></tr></thead><tbody><tr><td>Reload</td><td>F5 or CRTL + R or ↻</td></tr><tr><td>Hard Reload</td><td>CRTL + SHIFT + R</td></tr><tr><td>Empty Cache</td><td>CRTL + SHIFT + DELETE</td></tr></tbody></table>

### Reload

This option is the simplest way to reload your browser. Most have a button on the user interface to do so. This option **will not** delete the cache (stored page data).&#x20;

### Hard Reload

This is a more aggressive way to reload your browser. This option **will** delete the cache of this particular page and redownload everything. This is a good option for reloading crypto applications after updates, bugs, and more.

### Empty Cache + Hard Reload

This is the most aggressive way to reload your browser. This option will delete the cache of an entire browser and re-download everything. This is a good option if you face systemic errors in browsing multiple sites. Some people advocate doing this routinely, combining it with deleting your history, cookies, and other data.

## Clear Local Web Storage

Sometimes, another form of resetting is needed. In this case, we're going to use the browser's console to clear your local web storage

{% hint style="info" %}
Using Chrome for this demonstration
{% endhint %}

### 1) Open the Gamma App

<figure><img src="https://1445436235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWyc-TFyZIzH7aDRnpp%2Fuploads%2FvawL9fT2D60ugPWcloei%2FGamma%20App.png?alt=media&#x26;token=76bb350a-4337-40e2-a9ef-1a2cba8fa48f" alt=""><figcaption></figcaption></figure>

### 2) Press F12 to open your console

Opening the console will open a large internal window on the right. Don't get overwhelmed! This can be a very confusing step. This is HTML code of the webpage. We are interested in the menu at the top.&#x20;

<figure><img src="https://1445436235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWyc-TFyZIzH7aDRnpp%2Fuploads%2F5sgWMSLc2yC8lU1khgEp%2Fconsole.png?alt=media&#x26;token=2cbaa0f7-190b-4212-bc6a-f6cdcdf8df90" alt=""><figcaption></figcaption></figure>

### 3) Select "Application"

From an expansion tab, find the "Application" tab and select it.

<figure><img src="https://1445436235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWyc-TFyZIzH7aDRnpp%2Fuploads%2FOUDWKtFXlUOzPNHrmrxF%2Fapplication.png?alt=media&#x26;token=b7c6ba21-e709-425c-bcc7-cf96fa913afa" alt=""><figcaption></figcaption></figure>

### 4) Right-click on Local Storage

From here, open "Local Storage" and confirm you are on the right application. This can be different if using Uniswap or Quickswap.&#x20;

<figure><img src="https://1445436235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWyc-TFyZIzH7aDRnpp%2Fuploads%2FX0nc41fbUlvtgoOREcZE%2Flocal%20storage.png?alt=media&#x26;token=318bbdb3-39fb-4416-8d43-3ee090a356ea" alt=""><figcaption></figcaption></figure>

### 5) Select "Clear"

Right-click the application and select "Clear". This should clear out any data you already have.&#x20;

<figure><img src="https://1445436235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MWyc-TFyZIzH7aDRnpp%2Fuploads%2FRPd1PbvhAmal1jKP0WsM%2Fclear.png?alt=media&#x26;token=33ce91a3-5863-4b10-8c91-99aa29c8a1f4" alt=""><figcaption></figcaption></figure>

### 6) Return

Close the console by pressing F12 and return to the Gamma App. Hopefully, your error should be fixed.&#x20;
