Privacy Rules - Stripe Webhook

Hi,

My Stripe webhook was working well until now, so I have a workflow API that searches for the user with the value of the “Stripe Customer ID” field corresponding to the customer value that Stripe sends me. My workflow API has of course the “Ignore Privacy Rules” checked but suddenly it no longer works!

It’s as if the Stripe Customer ID search was now blocked by privacy rules.

Since the “Stripe Customer ID” is a field hidden by Bubble, we cannot manually check it in the privacy rules to activate it for search. So I fixed this by creating a personal field “StripeCustID” and inserting the value given by Stripe at the time of the customer’s first payment so that I can then use it in my workflow API.

What is very surprising is just that it was working perfectly until then, has there been a change at Bubble? Is this a temporary bug?

Has anyone had the same experience?