Christoph Kappestein
Christoph Kappestein
Ok, thanks for your feedback, and this could be indeed a way to support both the simple and tagged enum, for code generation we would then only consider the tagged...
Ok, I think you could add a general recommendation to use only normal ASCII characters for identifiers but in the end the rules which characters are allowed for a specific...
Hi @teunlielu currently this is not possible, in general the idea is to only describe the properties and then you can check in your app the required fields, this is...
@algethamy this sounds like there is an error decrypting the credentials from your `fusio_connection` table, maybe your project_key has changed in the config which is used to en/decrypt these connection...
ok, currently there is no way to directly re-encrypt those values, for a quick fix you could remove the `config` value from the `fusio_connection` table, then you should be able...
Hi @bangash-92 could you download the latest 3.x version and migrate from 2.x to the latest 3.x and then from 3.x to the latest 4.x version. This should work, then...
So the `${BASE_PATH}` gets normally replaced by the installer but you can also manually replace it. In you case I would guess it is `/apps/fusio/` if your `DocumentRoot` is set...
Could you show me the response of the XHR request of the login or also the error logs to see whether there is a specific error. In general in debug...
Ok, do you have any errors in the default PHP error log? You can also take a look at the `log/app.log` file. Maybe there are simply some file permission errors.
So in your `.env` file thre is no `APP_CONNECTION` configured, you need to set there the fitting DB connection s. https://github.com/apioo/fusio/blob/master/.env#L7 the error also indicated this `SQLSTATE[HY000] [2002] No such...