rktyt
rktyt
Thanks. > I think what he wants ie that CallbackSession needs to have FastifySession and null as second param Yes. And omit unnessary methods or properties. Like this ```typescript //...
> Imho it is not possible to change the method heads of the store class, or else all those existing Stores could be incompatible. Can't the method caller handle both?...
see https://github.com/strapi/strapi/issues/12538 This seems to be the current specification, but in general it is a "specification bug". I think similar discussions have been going on since v3. I have already...
Updates ``` Collection 'A' - customField 'A' (type string) - customField 'B' (type richtext) Collectioln 'B' - customField 'B' (type richtext) - customFiled 'C' (type json) ``` In the above...
@derrickmehaffy Below is a sample plugin to reproduce the problem. `package.json`: ```json { "name": "test", "strapi": { "name": "test", "displayName": "test plugin", "description": "test plugin", "kind": "plugin" } } ```...
The same error occurs when switching locals in v4.5.4. This did not occur in v4.5.3. I am using typescript. The problem occurs with the command `npx strapi build && npx...
@derrickmehaffy Sorry, wrong information. I looked back at the code and found that html-validate was also used on the browser. So in my case it seems to be due to...
I'm sorry, I don't have much time, so I'll ask someone else to do the PR. The Google IME I use is https://www.google.co.jp/ime/ Note: The same problem occurs with MacOS...
Sorry, can you include the correction to #5921?
If you have an https connection, check the following updates. https://github.com/fastify/session/releases/tag/v10.7.1 > fix: use request.protocol to check for HTTPS by @mohd-akram in https://github.com/fastify/session/pull/238 and see https://fastify.dev/docs/latest/Reference/Server/#trustproxy