Christoph Kappestein

Results 231 comments of Christoph Kappestein

Hi @moryoav yes this is true, at the To field it is not possible to provide input parameters from the request. Basically the `SMTP-Send` action has two modes, either you...

Hi @Entrebear can you open the developer console in your browser and show me the actual response, it looks like a request does not receive JSON.

Hi @andy3469, can you show me the JSON config of the `/v10/xxx` operation, which you can see at the backend s. ![Image](https://github.com/user-attachments/assets/ed5de37c-db6e-41dd-952a-766b3d874580)

ok, so I'am trying to understand the problem, is it possible for me to reproduce this error in a plain new Fusio installation? Also can you show me the config...

Hi @SimoLongobardi, this is very likely a problem regarding your web-server, since it redirects the request to Fusio and not the `index.html`, its important to exclude rewrites from the `apps/`...

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...

Hi @haposan06, at the backend, developer app etc. the paths are actual nor hard-coded, they look like s. On installation those values are then replaced with the value from your...

ok I see, if this is just a prototype I would simply hard-code the correct url in the `apps/account/index.html` with the adjusted css and then build the image. If you...

The problem is that the request to the index.html is directly served through the web server as static file so at this stage we have no way to replace those...

This issue was resolved in our discord by simple not providing the email, also the legacy "user attributes" were replaced by the general concept of metadata s. https://docs.fusio-project.org/docs/concepts/metadata which can...