Skip to content

Files

52 lines (36 loc) · 1.29 KB

known-issues.md

File metadata and controls

52 lines (36 loc) · 1.29 KB
description
The Raiden Wizard is in an early stage of implementation. In this section, you will learn how to handle known limitations.

Handle Limitations

Internal Server Error

The Raiden Wizard will display an Internal Server Error if an invalid project ID is provided. To solve this you have to manually delete the configuration file that got created.

Stop Raiden from running

The Wizard does not provide a way of shutting down the Raiden node. You have to cancel the process to stop Raiden.

{% tabs %} {% tab title="Mac" %} Use the activity monitor for cancelling Raiden. {% endtab %}

{% tab title="Linux" %} Use any Linux process manager for stopping Raiden. {% endtab %} {% endtabs %}

Delete configuration files

You might want to delete configuration files if the wizard is taking a long time to start or if an invalid project ID has been provided and the wizard won't start at all.

{% tabs %} {% tab title="Mac" %} Navigate to the following folder:

/Users/<username>/.local/share/raiden/

Delete desired .toml file/files. {% endtab %}

{% tab title="Linux" %} Navigate to the following folder:

/home/<username>/.local/share/raiden/

Delete desired .toml file/files. {% endtab %} {% endtabs %}