fusio icon indicating copy to clipboard operation
fusio copied to clipboard

Invalid Path Exception

Open SciBitHQ opened this issue 7 months ago • 1 comments

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:

  1. Follow documentation for new installation of the latest or even an upgrade from 5.1.0
  2. After install.php script, login onto fusio app at /apps/fusio/login
  3. After logged in, click Log Out

SciBitHQ avatar Jun 15 '25 11:06 SciBitHQ

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.

chriskapp avatar Jun 17 '25 17:06 chriskapp