Christoph Kappestein
Christoph Kappestein
Hi, no problem, do not hesitate to create an issue, in the end it only improves the quality of Fusio :) Regarding the issue, so this comes from the AngularJS...
Hi, ok so in newer version of Fusio the `psx_cache_factory` config should return a Symfony cache adapter, I have also just updated the php docs s. https://github.com/apioo/fusio/blob/master/configuration.php#L121 Despite this the...
Hey, yes I have also invested some research time on swoole and also other solutions like roadrunner or amphp. And in fact it would be already possible to run Fusio...
Hi, sure, so in general you only need to add the class to the `provider.php` file s. https://github.com/apioo/fusio/blob/master/provider.php Then this connection will be available also at the backend. The autoloading...
Could you show me the `provider.php` file, in general you only need to add the fitting class, then the connections should be displayed.
Hi, so you could simple use `composer require ruflin/elastica` to include the composer package. But you could also use `fusio/adapter-elasticsearch ^3.1` which is a Fusio specific package to work with...
Hi Dejan, so there is a a max limit on the count of token which are included in the response, maybe you hit this limit and older tokens are therefor...
Hey, ok so the `/backend/app/token` endpoint normally also expects a `from` and `to` param which indicates the start and end date, if you dont specify a specific date Fusio uses...
Can you check the url with the correct date format for the `from` and `to` param it should be in ISO 8601 i.e. `2022-05-02T00:00:00` and no leading or trailing space
Ok, so Iam not really sure how we can solve this since I can not reproduce the problem but feel free to create a PR at the test case s....