Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: RPC - MM breaks with error Message: Cannot read properties of undefined (reading 'rpcPrefs') #25887

Closed
seaona opened this issue Jul 17, 2024 · 2 comments · Fixed by #25960
Labels
regression-beta-12.0.0 Regression bug that was found in beta in release 12.0.0 release-12.3.0 Issue or pull request that will be included in release 12.3.0 release-blocker This bug is blocking the next release Sev2-normal Normal severity; minor loss of service or inconvenience. team-wallet-ux type-bug

Comments

@seaona
Copy link
Contributor

seaona commented Jul 17, 2024

Describe the bug

Whenever I click on the All Permissions option from the accounts menu, MetaMask breaks with the error Message: Cannot read properties of undefined (reading 'rpcPrefs')

Expected behavior

No response

Screenshots/Recordings

Screenshot from 2024-07-17 12-50-05

rpc-prefs.mp4

Steps to reproduce

  1. [UPDATE] Disable the Select Networks for each site toggle --> this is what makes it fail. If you have it enabled. the Permissions work
  2. Open menu account
  3. Click All Permissions

Error messages or log output

No response

Detection stage

In production (default)

Version

12.0.0 beta build

Build type

None

Browser

Chrome

Operating system

Linux

Hardware wallet

No response

Additional context

No response

Severity

No response

@seaona seaona added type-bug Sev2-normal Normal severity; minor loss of service or inconvenience. regression-beta-12.0.0 labels Jul 17, 2024
@github-project-automation github-project-automation bot moved this to To be fixed in Bugs by severity Jul 17, 2024
@github-project-automation github-project-automation bot moved this to To be fixed in Bugs by team Jul 17, 2024
@danjm danjm added regression-beta-12.0.0 Regression bug that was found in beta in release 12.0.0 team-wallet-ux release-blocker This bug is blocking the next release and removed regression-beta-12.0.0 labels Jul 17, 2024
@NidhiKJha
Copy link
Member

@seaona I am testing on the beta build. But I couldn't replicate this one. It seems to work fine for me. Can you check which Dapps were you connected to?

@seaona
Copy link
Contributor Author

seaona commented Jul 17, 2024

After investigating a bit further, looks like this only happens if you have the Select Networks for each site toggle disabled. I will update the repro steps description:

Screenshot from 2024-07-17 16-45-43

NidhiKJha added a commit that referenced this issue Jul 19, 2024
If Experimental settings `Select Networks for each site` is off, the
domains are undefined. In this case, the fallback network should be the
current network.

## **Related issues**

Fixes:
[#25887](#25887)

## **Manual testing steps**

1. Connect MetaMask to Dapp
2. Go to Permissions, check the logo of network is specific to connected
network
3. Turn the experimental setting off, Go back to all permissions page.
Now the network logo should be same as globally selected network for all
the dapps

## **Screenshots/Recordings**


### **Before**

![Screenshot 2024-07-19 at 12 06
29 AM](https://github.com/user-attachments/assets/53fc2ee5-2c0f-46ff-892c-3ee48ad28a6d)

### **After**


https://github.com/user-attachments/assets/fe0bed9e-c050-4ab8-8607-bf933e1eac63



## **Pre-merge author checklist**

- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
@github-project-automation github-project-automation bot moved this from To be fixed to Fixed in Bugs by severity Jul 19, 2024
@github-project-automation github-project-automation bot moved this from To be fixed to Fixed in Bugs by team Jul 19, 2024
@metamaskbot metamaskbot added the release-12.3.0 Issue or pull request that will be included in release 12.3.0 label Jul 19, 2024
NidhiKJha added a commit that referenced this issue Jul 19, 2024
If Experimental settings `Select Networks for each site` is off, the
domains are undefined. In this case, the fallback network should be the
current network.

## **Related issues**

Fixes:
[#25887](#25887)

## **Manual testing steps**

1. Connect MetaMask to Dapp
2. Go to Permissions, check the logo of network is specific to connected
network
3. Turn the experimental setting off, Go back to all permissions page.
Now the network logo should be same as globally selected network for all
the dapps

## **Screenshots/Recordings**


### **Before**

![Screenshot 2024-07-19 at 12 06
29 AM](https://github.com/user-attachments/assets/53fc2ee5-2c0f-46ff-892c-3ee48ad28a6d)

### **After**


https://github.com/user-attachments/assets/fe0bed9e-c050-4ab8-8607-bf933e1eac63



## **Pre-merge author checklist**

- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
NidhiKJha added a commit that referenced this issue Jul 19, 2024
If Experimental settings `Select Networks for each site` is off, the
domains are undefined. In this case, the fallback network should be the
current network.

## **Related issues**

Fixes:
[#25887](#25887)

## **Manual testing steps**

1. Connect MetaMask to Dapp
2. Go to Permissions, check the logo of network is specific to connected
network
3. Turn the experimental setting off, Go back to all permissions page.
Now the network logo should be same as globally selected network for all
the dapps

## **Screenshots/Recordings**


### **Before**

![Screenshot 2024-07-19 at 12 06
29 AM](https://github.com/user-attachments/assets/53fc2ee5-2c0f-46ff-892c-3ee48ad28a6d)

### **After**


https://github.com/user-attachments/assets/fe0bed9e-c050-4ab8-8607-bf933e1eac63



## **Pre-merge author checklist**

- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
NidhiKJha added a commit that referenced this issue Jul 22, 2024
If Experimental settings `Select Networks for each site` is off, the
domains are undefined. In this case, the fallback network should be the
current network.

## **Related issues**

Fixes:
[#25887](#25887)

## **Manual testing steps**

1. Connect MetaMask to Dapp
2. Go to Permissions, check the logo of network is specific to connected
network
3. Turn the experimental setting off, Go back to all permissions page.
Now the network logo should be same as globally selected network for all
the dapps

## **Screenshots/Recordings**


### **Before**

![Screenshot 2024-07-19 at 12 06

29 AM](https://github.com/user-attachments/assets/53fc2ee5-2c0f-46ff-892c-3ee48ad28a6d)

### **After**



https://github.com/user-attachments/assets/fe0bed9e-c050-4ab8-8607-bf933e1eac63



## **Pre-merge author checklist**

- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding

Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.


<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

<!--
Write a short description of the changes included in this pull request,
also include relevant motivation and context. Have in mind the following
questions:
1. What is the reason for the change?
2. What is the improvement/solution?
-->

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25970?quickstart=1)

## **Related issues**

Fixes:

## **Manual testing steps**

1. Go to this page...
2.
3.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

<!-- [screenshots/recordings] -->

### **After**

<!-- [screenshots/recordings] -->

## **Pre-merge author checklist**

- [ ] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've completed the PR template to the best of my ability
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-beta-12.0.0 Regression bug that was found in beta in release 12.0.0 release-12.3.0 Issue or pull request that will be included in release 12.3.0 release-blocker This bug is blocking the next release Sev2-normal Normal severity; minor loss of service or inconvenience. team-wallet-ux type-bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants