Christoph Kappestein

Results 231 comments of Christoph Kappestein

Hi, so you would need to contact softaculous since they are hosting this Fusio instance, it looks like the Fusio installation is not correctly configured.

Hi, ok so if we create a connection we usually wrap a library and the user can then configure the connection. In this case we could use a library like...

Ok, so for this you would need to change the default implementation since an adapter does not provide the fitting options. You can take a look at the repository here:...

Maybe we can take also a look at other Angular UI Frameworks: * https://material.angular.io/ * https://github.com/NG-ZORRO/ng-zorro-antd

Hey @ratsey, yes I have also added a similar issue s. https://github.com/apioo/fusio-apps-backend/issues/24 to the backend app since this behavior has also bothered me. I think also Angular is the correct...

Hi, could you try to use `/aroute/$var` as route, this basically means that the start and end of the value must only contain 9-0 characters.

Hey @mmaateurol yes you are right this is indeed a bug, probably we should automatically add the `^[regex]$` around the regex, which should then solve the problem. but we need...

Hi, so you need to activate the cronjob system s. https://fusio.readthedocs.io/en/latest/concept/cronjob.html which then enables Fusio to execute all events at the background. Regarding your post call, you need to provide...

Hi, mhhh could you check whether the table `fusio_event_trigger` contains an entry containing the payload which you want to send via the event.

ok, to debug this further let us first check whether I have understood your setup currectly. So you have created an custom event "subscribe_v1". Then you have an action, which...