cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

fix: allow all sign in methods when being invited

Open anikdhabal opened this issue 7 months ago • 16 comments

What does this PR do?

Fixes #13433

anikdhabal avatar Jan 27 '24 17:01 anikdhabal

@anikdhabal is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Jan 27 '24 17:01 vercel[bot]

Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link.

github-actions[bot] avatar Jan 27 '24 17:01 github-actions[bot]

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

New Pages Added

The following pages were added to the bundle from the code in this PR:

Page Size (compressed) First Load % of Budget (350 KB)
/settings/organizations/platform/oauth-clients 264.75 KB 493.33 KB 140.95%
/settings/organizations/platform/oauth-clients/create 264.93 KB 493.5 KB 141.00%

Three Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/settings/organizations/[id]/about 155.73 KB 384.31 KB 109.80% (🟢 -0.54%)
/settings/organizations/[id]/add-teams 155.72 KB 384.3 KB 109.80% (🟢 -0.54%)
/settings/organizations/new 155.74 KB 384.31 KB 109.80% (🟢 -0.54%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/-

github-actions[bot] avatar Jan 27 '24 18:01 github-actions[bot]

thank you for the PR! we will test it this week

PeerRich avatar Jan 29 '24 16:01 PeerRich

can you record a loom.com demo?

PeerRich avatar Jan 29 '24 16:01 PeerRich

can you record a loom.com demo?

Yeah, sure.

anikdhabal avatar Jan 29 '24 16:01 anikdhabal

This is the complete error message

http://localhost:3000/api/auth/error?error= Invalid prisma.user.update() invocation:

An operation failed because it depends on one or more records that were required but not found. No 'UserPassword' record was found for a nested delete on relation 'UserToUserPassword'.

Udit-takkar avatar Feb 14 '24 09:02 Udit-takkar

We reverted out the UserPassword changes so pulling into main ideally resolves this issue you're seeing @Udit-takkar

keithwillcode avatar Feb 14 '24 15:02 keithwillcode

This PR is being marked as stale due to inactivity.

github-actions[bot] avatar Apr 09 '24 00:04 github-actions[bot]

This PR is being marked as stale due to inactivity.

github-actions[bot] avatar May 02 '24 00:05 github-actions[bot]

This PR is being marked as stale due to inactivity.

github-actions[bot] avatar Jun 14 '24 00:06 github-actions[bot]

This PR is being closed due to a lack of activity. Please reopen if work is to continue.

keithwillcode avatar Jul 29 '24 03:07 keithwillcode