Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ena Redzic <[email protected]>
  • Loading branch information
thomas-senechal and loonggamma authored Nov 6, 2023
1 parent e5b3ef1 commit 7f80687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions docs/massaStation/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ You can uninstall Massa Station by following the instructions on the [uninstalla
If you are having trouble installing Massa Station, please check the [installation troubleshooting page](/docs/massaStation/troubleshooting) for help.


### The installation fails because it is unsupported. What do I do?
### Installation fails because of unsupported OS version. What to do?

For now, Massa Station is only supported on Windows 10 and 11, MacOS 12 and later, and Debian based Linux distributions.

If you are using an unsupported operating system, you can still try to install Massa Station manually by following the instructions on the [manual installation page](/docs/massaStation/manual-install).


### I can't install Massa Station because it is blocked by my antivirus. What do I do?
### Antivirus blocked installation of Massa Station. What to do?

We want to assure you that Massa Station is free from viruses, and the antivirus warning is a false positive. We're in the process of obtaining necessary certificates (such as from Apple for MacOS versions), which can trigger such warnings.
Being a blockchain app, Massa Station interacts with distant servers and performs cryptographic operations. Antivirus warnings for new apps in this category are common but are mostly not indicative of any threat. If you are using an antivirus that blocks Massa Station, you can try to add Massa Station to the whitelist.
Expand All @@ -42,19 +42,19 @@ Massa Station’s code is publicly accessible and auditable on [GitHub](https://

## Massa Station Usage

### How do I use Massa Station ?
### How do I use Massa Station?

We have detailed instructions on how to use Massa Station such as:
- [Browse Decentralized Apps](/docs/massaStation/browse-decentralized-application)
- [Install Massa Wallet](/docs/massaStation/massa-wallet/getting-started)


### Why can't I use Massa Station on mobile ?
### Why can't I use Massa Station on mobile?

Massa Station is a desktop super-app that, once opened, operates within your web browser. A mobile version is not available at this time.


### Why can't I see modules in module store ?
### Why can't I see modules in module store?

The module store is hosted on GitHub. If you are in a country that blocks GitHub, you will not be able to see the modules.

Expand All @@ -65,7 +65,7 @@ For example with the Massa Wallet module:
2. Copy the URL of the `.zip` file corresponding to your operating system.
3. Paste the URL in the right panel of the module store and click on "Install".

### Why can't I access Massa Station from my browser ?
### Why can't I access Massa Station from my browser?

Massa Station must be installed and running on your computer to be able to access it from your browser. If you have installed Massa Station, please make sure it is running.

Expand All @@ -74,7 +74,7 @@ If Massa Station is running, please check that you are using the correct URL. Th
If you are still having trouble accessing Massa Station, please check the [troubleshooting page](/docs/massaStation/troubleshooting) for help.


### When I click on the "Install" button of a module, nothing happens. What should I do ?
### "Install" module button doesn't work. What to do?

This is a known issue that happens when a module is stored on GitHub. We are investigating the issue.

Expand All @@ -85,7 +85,7 @@ For example with the Massa Wallet module:
2. Copy the URL of the `.zip` file corresponding to your operating system.
3. Paste the URL in the right panel of the module store and click on "Install".

### Why isn't Massa Station working on Safari ?
### Why isn't Massa Station working on Safari?

Massa Station is only available in HTTP on Safari. Supporting HTTPS on Safari is on our roadmap but we don't have an ETA yet.

Expand Down
4 changes: 2 additions & 2 deletions docs/massaStation/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ listen tcp :80: bind: address already in use
That means that another application is already using the port 80. You can either stop the application using the port 80 or change its port.


### When opening Massa Station, I get a page with the error "DNS_PROBE_FINISHED_NXDOMAIN"
### I get a page with the error "DNS_PROBE_FINISHED_NXDOMAIN"

This error means that your computer can't resolve the domain name of Massa Station. This can happen in multiple cases:

Expand Down Expand Up @@ -93,7 +93,7 @@ If the problem persists, please open an issue with the logs of Massa Station as
[Get Massa Station logs](#get-massa-station-logs) section.


### When opening Massa Station, I get a page with the error "ERR_CONNECTION_REFUSED"
### I get a page with the error "ERR_CONNECTION_REFUSED"

This error means that your computer can't connect to Massa Station.
This might be because Massa Station isn't running or because the redirection to `station.massa` isn't working.
Expand Down

0 comments on commit 7f80687

Please sign in to comment.