Hi @dhairyashiil — wanted to flag this as it blocks external contributors from running the app locally.
The README says "fill in your Cal.com OAuth credentials" but there's no documented path for contributors on a free Cal.com account:
/settings/developer/oauth creates a third-party integration client (wrong type — returns "OAuth client not found")
/settings/platform/oauth-clients requires a paid Platform plan
.env.example has only placeholder values — your_oauth_client_id_here
Is there a shared dev client ID for contributors, or is there an alternative local auth setup that works without a Platform account? Happy to update the README/CONTRIBUTING docs once the correct path is confirmed.
Hi @dhairyashiil — wanted to flag this as it blocks external contributors from running the app locally.
The README says "fill in your Cal.com OAuth credentials" but there's no documented path for contributors on a free Cal.com account:
/settings/developer/oauth creates a third-party integration client (wrong type — returns "OAuth client not found")
/settings/platform/oauth-clients requires a paid Platform plan
.env.example has only placeholder values — your_oauth_client_id_here
Is there a shared dev client ID for contributors, or is there an alternative local auth setup that works without a Platform account? Happy to update the README/CONTRIBUTING docs once the correct path is confirmed.