# Troubleshooting

### I'm logged into MetaMask and connected to the PLAYA3ULL GAMES network, but my wallet won't connect to the dApp.

This issue often occurs due to a user having selected a wallet in their MetaMask that is not connected to the dApp, but they have another wallet that has previously been connected to the dApp.

To resolve this issue, you need to manually connect your wallet to the dApp, or switch accounts in MetaMask to the account that was previously connected.

#### Manually connect wallet to dApp

1. ![](/files/EYZxHQCwAXD4527HH68t)
2. ![](/files/o7Lbm1wy21SkgzZN6G3x)

Your wallet is now connected to the dApp.

### My transactions are stuck as 'Pending' in MetaMask.

This often occurs due to your MetaMask's internal nonce being out of sync with the current connected blockchain's nonce.

To resolve this issue, try resetting your account in MetaMask by following the below step-by-step guide.

1. Click your account icon in MetaMask. This is located in the top-right of the MetaMask extension window.
2. Click the "Settings" button.\
   ![](/files/fy40rSt3QCQYQRn0wtIO)
3. Click the "Advanced" button.\
   ![](/files/YpiCo4y7K6Tn6FnIEYgB)
4. Scroll down until you see the "Reset account" button, and click it.\
   ![](/files/Da7WPRwzIXSRsGfpNWYB)
5. Confirm the resetting of your account.

Once you've completed the above steps, you should now see an empty transaction list in your MetaMask. This will have also resynced the MetaMask nonce with the blockchain, ensuring that your future requests will be submitted in sync.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.playa3ull.games/faq-and-troubleshooting/troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
