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

250 update massa station massa wallet troubleshooting sections #251

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/massaStation/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,9 @@ To enable HTTPS on unsupported browsers, you need to install the Massa Station c
4. Search for the "Security" or "Privacy" section, and look for an option related to certificates.
5. Find the option to import or add a certificate authority.
6. Choose the `rootCA.pem` file from the specified path.

## Massa Wallet installation

### How to solve a `Wallet can't be opened` issue?

It depends on your OS and its configuration, please check the [troubleshooting page](/docs/massaStation/troubleshooting#linux-3)
10 changes: 10 additions & 0 deletions docs/massaStation/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,13 @@ and attach the logs to your issue so we can help you.

The log file is located in `~/.config/massa-station-wallet/`. You can access it using the Files app or with a terminal using `cd`.
Once in the directory, search for the file named `station-massa-wallet.log`.

## `Massa Wallet can't be opened`error
ADD A SCREENSHOT OF THE ERROR HERE
Thykof marked this conversation as resolved.
Show resolved Hide resolved
So far, this issue happens only on Linux because some dependencies aren't installed correctly.

#### Linux
1. Open your terminal
2. Verify witch version of this packet you have `libwebkit2gtk` with `apt list --installed libwebkit2gtk`
3. The required version is `0.4-37`, so you need to install it with this cmd `sudo apt install libwebkit2gtk-4.0-37`. If the version installed is already the `0.4-37`, please open an issue [here](https://github.com/massalabs/station/issues/new/choose).
4. Once the library installed, relaunch Massa Station and try to install Massa Wallet again
Thykof marked this conversation as resolved.
Show resolved Hide resolved
Loading