If you are facing an unknown error in the Mysafe app, follow the steps below to solve it:
- Check the Application URL:
- Go to Orbit → Settings → Application.
- Confirm that the application URL is correct.
- Make sure that the URL is accessible.
- Check and Apply Tuning:
- Go to Orbit → Server → System Tuning
- Check the system tuning settings.
- If they are incorrect, apply the correct settings.
- Note that applying the tuning may cause the system to be temporarily unavailable.
- Check the API is working:
- Access the Orbit CLI with the mt4adm user on port 59022 of the senhasegura instance.
- Validate the API logs with the following command:
tail -f /var/log/senhasegura/api-gateway/kong.log
- ( This process may cause the API to be temporarily unavailable)
If you encounter error messages, such as[error] upstream prematurely closed
for example, restart the API proxies with the commandssystemctl restart orbini-server
andsystemctl restart kong
and try to configure the extension again.
- ( This process may cause the API to be temporarily unavailable)
If the “Unknown error” message persists, generate new API keys with theorbit api keygen
command and try to configure the extension again.
For additional information on tuning and configuring the system, please refer to the official documentation: Orbit Web System Tuning Reference.
Make sure to follow these steps to resolve the error and keep the Mysafe app working properly.