This topic was automatically generated from Slack. You can find the original thread here.
Hi guys, getting this error.
“Running workflows with official OAuth apps is not allowed”
Could you please help?
This topic was automatically generated from Slack. You can find the original thread here.
Hi guys, getting this error.
“Running workflows with official OAuth apps is not allowed”
Could you please help?
Hey , may I ask have you setup your own Pipedream OAuth client for your app in order to use Pipedream Connect? Specifically step 3 in this guide https://pipedream.com/docs/connect/managed-auth/quickstart/
Yes - worked liked a charm for many days, but suddenly stopped working today.
Thank for jumping in so quickly!
Hey Daniel, we did ship a change yesterday that’s relevant here. I assume you’ve been invoking these workflows in development
mode, and not production
?
That has always been a constraint in production
, and in our docs we said it wasn’t supported in general, regardless of the environment, but we actually plugged that gap in the product yesterday. It wasn’t a great product design from the start, because we say a lot of devs test things out in development, get it working, then they’d flip to production and it’d stop working.
So that’s why we fixed it yesterday
If you want to run workflows on behalf of your end users, you need to use your own OAuth clients for any OAuth apps they connect to
Thanks for your answers here! Checking it right now.