
Cannot login from mobile app to FileRun
I cannot login to the mobile android filerun app. It says Failed to connect to the specified address.
I am using the same address I use in chrome
Answer

If you access URL-TO-FILERUN/index.php/ (note the trailing slash) and you do not get the message "Unknown custom route", there is something wrong with your web server configuration and you should contact your server administrator to make that URL work.
Here's an example URL using our demo: https://demo.filerun.co/index.php/
Also, make sure your web server has a valid SSL certificate. Use any of the available online services to verify it.

Please have a look at this NGINX guide: "https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/".
The correct handling of PATH_INFO will solve the problem.
Customer support service by UserEcho
Please have a look at this NGINX guide: "https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/".
The correct handling of PATH_INFO will solve the problem.