Can't Login - An Unknown Error Occoured
I installed the latest fusio. Won't let me login. Instructions followed. .env and index.htm are as per instrucitons.
Please help...

Will be highly grateful for advise..
Hi, ok could you show me the network response, it looks like the server returns a 404 error. Maybe the FUSIO_URL is not correct configured at your .env file s. https://github.com/apioo/fusio/blob/master/.env#L4
Hello Chris I double checked several times, the .evn file is absolutely as per instructions. Network and Console outputs were attached in the first message
There is a bug! Once you install an app its index.html is taking the url from .env but adding /index.php to it, which is causing the issue. Now, all shoots up.
@davesingh1 ok, so at the configuration.php there is a setting psx_dispatch which includes by default index.php/, if you set this to '' then Fusio will also not append index.php/ to the url.
why 401!!!

Same error on https://MYDOMAIN/api/public/apps/fusio/login
This is my .htaccess file on the root folder
Help needed, TIA :)
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/api/ RewriteRule ^(.*)$ api/public/$1 [L]
RewriteCond %{REQUEST_URI} !^/api/ RewriteRule ^(.*)$ build/$1 [L]

Also tried the psx_dispatch without success

Hello @davesingh1 did you resolved this case? I have the same problem now...