This topic was automatically generated from Slack. You can find the original thread here.
Hello,
I’m currently integrating with Pipedrive using Pipedream Connect and Pipedream OAuth to retrieve data for leads, deals, and activities. For the user configuration, I’m using localhost URLs for the Webhook URI, Success Redirect URI, and Error Redirect URI while setting up the user account via Connect.
However, when I try to fetch data, I encounter the following errors:
Error fetching leads: 400 - {“error”:{“domain”:[“not allowed for this app”]}}
Error fetching deals: 400 - {“error”:{“domain”:[“not allowed for this app”]}}
Error fetching activities: 400 - {“error”:{“domain”:[“not allowed for this app”]}}
Could you please help me understand what might be causing this issue and how I can resolve it?
Leo, I’m going to be offline today, but can you take a look at the base Pipedrive domain they’re targeting in that request and make sure that it’s defined as an Allowed Domain in the Pipedrive app config on our end? It’s definitely not related to allowed_origins on the Connect token.
Hey , I’ve added [api.pipedrive.com](http://api.pipedrive.com) in the allowed domains on Pipedream end. Could you try again to see if the error is still there?
Hello Thank you for adding the domain for [api.pipedrive.com](http://api.pipedrive.com) to the allowed list in Pipedream. That resolved the issue, and I’m now able to successfully retrieve data from Pipedrive.
I’m currently working on connecting Shopify via Pipedream, but I’m encountering the same error message I previously saw with Pipedrive: “Domain not allowed for this app.” It appears that the Shopify API domain also needs to be added to the allowed list in Pipedream to resolve this.
Looking ahead, I plan to integrate WooCommerce, BigCommerce, and Wix as well. Could you please check that the necessary domains for these platforms (Shopify, WooCommerce, BigCommerce, and Wix) are all added to the allowed list?
I have tried with all 3. Shopify OAuth, Shopify, and Shopify Partner. All 3 are producing the same error. My store is a test store for now and this the URL of store. https://microtanalytics.myshopify.com/
Please let me know if you need any other information.