Paolo Bernardini

Results 35 comments of Paolo Bernardini

I have tried with an empty DB, to exclude that was caused by corrupted data, but the problem persist. this is my DB version PostgreSQL 12.12 (Ubuntu 12.12-0ubuntu0.20.04.1) on x86_64-pc-linux-gnu,...

> If not too much of a hassle, I'd try to update to Postgres 14 to see if the issue persists. In my case, I was getting an update error...

https://user-images.githubusercontent.com/3963176/202738913-3216c32d-1dcf-42c8-8cf9-c37bff10a71c.mp4

> I think you have an error in you schema. > > ```js > "managers": { > "type": "relation", > "relation": "manyToMany", > "target": "plugin::users-permissions.user", > "inversedBy": "users" > },...

> Can't reproduce in v4.5.1 > > ![image](https://user-images.githubusercontent.com/8593673/202538606-6decdf29-ea27-4ff0-83dd-e563ba945164.png) ![image](https://user-images.githubusercontent.com/8593673/202538624-9a8b97ae-9892-4eac-813d-1fd7e8854a70.png) ![image](https://user-images.githubusercontent.com/8593673/202538638-7e1798d2-06b8-406e-8690-a2a5188eba4d.png) ![image](https://user-images.githubusercontent.com/8593673/202538655-32349b72-2bbd-424e-a0b7-ae4fcdbe8ff9.png) I have just created a new strapi v4.5.1 project, with no content types, just user permission, with a new...

Still marked as can reproduce? This is a big problem for our application, since we are not able to save data anymore.

@Marc-Roig just updated to version 4.5.3, but the problem persists. I can add users to the managers fields, but if I try to remove one and save I get: ```bash...

I'm getting the same error when using yarn nx start ``` Error: ENOENT: no such file or directory, open 'fs.js' at Object.openSync (fs.js:465:3) at Object.readFileSync (fs.js:368:35) ```

I have the same issue with 2.5.5 even if I force the workspace to use typescript 4.9.5

> I'm using Nx.dev (`15.8.6`), so I'm tied to `typescript` `4.9.5`. This issue started to happen as soon as I updated `@chakra-ui/react` to `2.5.5`. Downgrading it to `2.5.4` was the...