fusio
fusio copied to clipboard
Invalid Path Exception
Issue: On clean installations on IIS using either 5.2.3 or 5.2.4, everything work as expected. However, once you web login on the fusio app as the main/installation admin and then click Logout, a JSON payload for exception PSX\Framework\Loader\InvalidPathException is returned for URI: /apps/fusio/login
Reproduce:
- Follow documentation for new installation of the latest or even an upgrade from 5.1.0
- After install.php script, login onto fusio app at /apps/fusio/login
- After logged in, click Log Out
Hi @SciBitHQ this sounds like the request was routed to Fusio instead of the backend app. For apache there is an htaccess rule s. https://github.com/apioo/fusio/blob/master/public/.htaccess#L2 which excludes every request to apps/ from the url rewrite, maybe you can configure this also for IIS which should resolve this issue.