pedroponte

Results 22 comments of pedroponte

> This one in the plans with new UI based on react - it has a nice component https://mui.com/toolpad/core/react-sign-in-page/ Sweet, TY

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/...