OpenID Integration for OAuth

Hi I am new to WeWeb, I will start working on a project in which one of the main functionalities is allowing users to link their Calendly Account via Calendly’s API, but this WON’T be the authentication method users will log in with email or password, or google sign in.

After reading Calendly’s documentation the OAuth protocol they use is Code and then with that code on a separate call I can get the Access Token to start using the API.

After doing some research on WeWeb’s authentication options I saw that OpenID’s plugin should do exactly what I am attempting to do, but when I tried to do a small simulation with a button redirecting to Calendly’s authorize url I get the following errors:

An error happened during the execution of the workflow
name: "Error"
stack: "Error: Network Error at s.onerror (https://cdn.weweb.io/components/01af5352-af71-4382-844b-2ec141ff243b/15e7c53e-e2c5-4f4d-931d-146f6c7645e4/dist/manager.js:2:29330)"
message: "Network Error"

Workflow triggered an error
name: "Error"
stack: "Error: Network Error at s.onerror (https://cdn.weweb.io/components/01af5352-af71-4382-844b-2ec141ff243b/15e7c53e-e2c5-4f4d-931d-146f6c7645e4/dist/manager.js:2:29330)"
message: "Network Error"

My Button’s workflow configuration looks like this:

Hopefully someone can guide me into the right direction, as I metioned at the begining this is my first project on WeWeb.

Thanks,

I’m following. I’m running into the same issue with AWS Cognito