You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to an OAuth-type connection in the onboarding, the parent_eid of the newly created OAuth connection needs to be set to the eid of the function mount. Parent_eids for OAuth-type connections created from New->Mount and New->Integration in the function area are set properly.
Select the Shopify integration and complete the onboarding
If you look at the network calls, you'll see that things happen in this order:
i. the Shopify OAuth connection is created (without a parent_eid)
ii. the function mount connection is created
iii. the Shopify OAuth connection is updated with the parent_eid of the function mount
When I went to the connections area and refreshed, it showed up with the proper parent_eid.
When connecting to an OAuth-type connection in the onboarding, the parent_eid of the newly created OAuth connection needs to be set to the eid of the function mount. Parent_eids for OAuth-type connections created from New->Mount and New->Integration in the function area are set properly.
The text was updated successfully, but these errors were encountered: