Hi guys,
I’ve got a funny one. I’ve got a backend workflow for processing Stripe webhooks. However, when I try to retrieve the User using the ID returned by the webhook, it fails - but only when it’s in a backend workflow. As a test, I did exactly the same logic using hardcoded customer IDs and it was able to retrieve them on the front-end but unable to do so in a backend workflow. Does anyone have any ideas?
Mike