Jean-Sébastien Herbaux

Results 74 comments of Jean-Sébastien Herbaux

I failed to reproduce the issue using the latest version (4.24.3). ![image](https://github.com/strapi/strapi/assets/25851739/65add139-22ea-4d92-a4c5-18f6397d4f8b) Do you have any additional custom config that could impact this?

> @Convly @derrickmehaffy It does not appear you followed the reproduction steps in the original bug report. I still encounter the same problem with `connect:` syntax as reported in the...

Thanks for the reproduction repo, it helps a lot! I can indeed see the issue (although I don't think https://github.com/strapi/strapi/issues/19252#issuecomment-2124234183 is related) ![image](https://github.com/strapi/strapi/assets/25851739/0744cbd7-8eda-46e4-a3ee-cc76a81b5b68) The only problem I can see here...

> I am curious, is this a documentation issue (i.e. the position argument is meant to be required in the long hand version) or is the fix to update the...

> Convly it might not be related indeed. Sofar i have tested several repo's with the navigation-plugin and removed it (and clean cache, re-gen types), then it works again. Re-installing...

Hey, thanks for taking a shot at this issue. Adding `roles` to the list of allowed admin users' fields poses security implications/issues as it would allow anyone to leak sensitive...

Hey, I've tried to reproduce your issue on v5.0.0-beta.15 Using the REST API ✅ **Request:** `GET http://localhost:1337/api/properties?fields=Name&populate=contracts,contract` **Response:** ```json { "data": [ { "id": 5, "documentId": "o0rtn9bn7cb9jepnnuardvtk", "Name": "P C",...

Tested it and it seems to be working now :slightly_smiling_face:

Hey, > for instances where you are defining a default export (the type in my example I made up as I don't know the appropriate type) > > ```ts >...

> ### At the end of the day, what's the final goal ? Should multiple streams arrive at the same time or no ? > If **yes**, then the other...