Jose Ignacio Santa Cruz G.
Jose Ignacio Santa Cruz G.
Is there any way of programatically checking if old version entities are matching correctly any model changes? That would be a one time run when the updating is done.
By the way, the error points out that the upload_folders relation is missing, not the table. I guess there may be some relation between some tables that was not created...
Just updated to version 4.3.6 The error keeps jumping on, the only way I've found to trigger it is navigating in the Media Library. Cannot trace to the line of...
> Hi @jsanta, You'll find the corresponding code there: https://github.com/strapi/strapi/blob/main/packages/core/upload/server/services/metrics.js#L52 > > I haven't had time to work on it yet. Considering what was said, I guess it has something...
Ok further investigation lead to more questions: 1. Why is strapi calculating metrics even is telemetry is disabled? 2. Why are Promises used in the optimistic way? This case is...
Copying the image's URL leads to a AWS storage, which seems not to be working.
Don't know if it may solve your problem, but in the database config file you can add a schema parameter that uses an environment variable. That should connect to a...
Same here: ``` npx create-strapi-app project-front --template https://github.com/strapi/strapi-template-corporate npx: installed 104 in 28.977s ? Choose your installation type Quickstart (recommended) Creating a quickstart project. Creating a new Strapi application at...
Hi. As far as I've seen the problem is not on how Angular makes its compilation, but on how Webpack is getting the styles. I've made the following tests: 1....
Can the inability to reproduce some issues be related to a plain updating trial without any entities created on the old versions? Haven't seen Strapi internals, but I suspect that...