- The javascript Backend-App uses the wrong API endpoint
This can be tested with the browser developer console. If you login at the backend with no credentials the app should make an request to the
/backend/token endpoint which should return a JSON response i.e.: { "error": "invalid_request", "error_description": "Credentials not available" }
If this is the case your app is correctly configured. If this is not the case you can set the endpoint url at the backend.htm
- Apache module mod_rewrite is not activated
In case you use Apache as webserver you must activate the module
mod_rewrite and so that the
public/.htaccess file is used. Besides clean urls it contains an important rule which tells Apache to redirect the
Authorization header to Fusio otherwise Apache will remove the header and Fusio can not authenticate the user
- Fusio API returns an error
In this case Fusio can probably not write to the
cache/ folder. To fix the problem you have to change the folder permissions so that the user of webserver can write to the folder. If there is another error message it is maybe a bug. Pelase report the issue to
GitHub.