Description:
When a user accesses the /create page without a crypto wallet (like MetaMask) installed, the "Switch Chain" modal appears. Clicking the "Switch Chain" button results in absolutely no action. There is no feedback to the user, and no error is logged in the console.
Steps to reproduce:
- Open the app in a browser without MetaMask (or use Incognito mode).
- Navigate to
http://localhost:3000/create.
- Open the Developer Console (F12).
- Click the "Switch Chain" button.
Excepted behaviour:
The app should alert the user to "Please install a Wallet" or redirect them to a download page.
Actual behaviour:
The button is unresponsive. No errors appear in the console (Silent Failure).