No, that’s my fault - I did not check your project well enough.
This issue looks similar (See Segment crashes depending on filter), but on my end, I’m not able to reproduce either. I would suggest to follow what is stated there (Recreate the segment and migrate to v7).
It’s weird, this morning everything was working perfectly.
If nothing change on our side and on your side how can it can be broken ?
And make a hotfix to upgrade to a major version is not safe… Is this the only solution ?
I just ask the team member who filed/fixed the issue and he gave me more insight of a potential issue regarding this. I was suggesting to migrate to v7 since that was the proposed solution on the thread I mentionned, but I would also prefer to understand what causes this.
In order to check if there is an issue in your project configuration, could you share here an environment & a team where you are experiencing this issue?
Hi @Sharp, I think I was, in fact, able to reproduce your issue.
It appear that you are using scopes on your user collections. The issue you mentionned was indeed introduced today, and the filters are not correctly sent to your backend, causing the permissionMiddleware to fail. I opened a ticket on our end, be sure we will keep you posted once fixed.
May I ask you the content of the http call to /user which breaks please ?
You can get this information by opening your browser debug tool, then open the network tab and refresh the page. You should be able to see the broken call to /user.