Andrei
Andrei
As noticed in the below image, my portal, which is the red background with the input, is placed inbetween the navigation view, I want it to be teleported above everything....
I tried creating a Confirmation Dialog that will be shown to the user. It works with static data, but if I want to get user input for example, state won't...
After building the docker image and running docker compose, the first issue was that the database user wasn't created, and root was created without a password, even if I specified...
Controller is inside the controllers folder of the xo plugin. The controller is recognized and is found, but the method is not. The method does exist, the controler is identical...
 I get this error whenever I navigate to a page containing reCaptcha when it tries to get the token. If I go directly to the page by typing the...
### Node Version v20.11.1 ### NPM/Yarn/PNPM Version v10.5.0 ### Strapi Version 5.9.0 ### Operating System MacOS ### Database MySQL ### Javascript or Typescript Typescript ### Reproduction URL _No response_ ###...
Hello, I have the following example query: ``` SELECT "sharepointDriveId", "fileSharepointId", "lastChangeDateTimeIso" FROM "indexedFiles" WHERE ("sharepointDriveId", "fileSharepointId") IN (('23132131', '4543535'), ('23132131', '232452'), ('23132131', '786745')) ``` Tested it in DBeaver and...