Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: intercom session mismatch #9022

Merged

Conversation

G3root
Copy link
Contributor

@G3root G3root commented May 22, 2023

What does this PR do?

Fixes #9021 . See full discussion: https://threads.com/34475132750

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@G3root G3root requested a review from zomars as a code owner May 22, 2023 06:40
@G3root G3root requested a review from a team May 22, 2023 06:40
@G3root G3root linked an issue May 22, 2023 that may be closed by this pull request
@linear
Copy link

linear bot commented May 22, 2023

CAL-1729 Intercom session mismatch when user = undefined

Created via Threads. See full discussion: https://threads.com/34475132750

@vercel
Copy link

vercel bot commented May 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cal ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 6:50am
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 6:50am

@github-actions
Copy link
Contributor

📦 Next.js Bundle Analysis for @calcom/web

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

One Page Changed Size

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

Page Size (compressed) First Load % of Budget (350 KB)
/auth/setup 174.63 KB 325.53 KB 93.01% (🟡 +0.16%)
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 "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@deploysentinel
Copy link

Current Playwright Test Results Summary

✅ 98 Passing - ⚠️ 2 Flaky

Run may still be in progress, this comment will be updated as current testing workflow or job completes...

(Last updated on 05/22/2023 07:03:22am UTC)

Run Details

Running Workflow PR Update on Github Actions

Commit: e11a268

Started: 05/22/2023 06:53:22am UTC

⚠️ Flakes

📄   apps/web/playwright/managed-event-types.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Managed Event Types tests Can create managed event type
Retry 1Initial Attempt
1.22% (3) 3 / 245 runs
failed over last 7 days
23.27% (57) 57 / 245 runs
flaked over last 7 days

📄   apps/web/playwright/booking-seats.e2e.ts • 1 Flake

Test Case Results

Test Case Last 7 days Failures Last 7 days Flakes
Booking with Seats -- new-booker Reschedule for booking with seats -- old-booker Should reschedule booking with seats and if everyone rescheduled it should be deleted
Retry 1Initial Attempt
0% (0) 0 / 254 runs
failed over last 7 days
84.25% (214) 214 / 254 runs
flaked over last 7 days

View Detailed Build Results


@G3root G3root requested a review from PeerRich May 22, 2023 08:45
@PeerRich PeerRich added this pull request to the merge queue May 22, 2023
Merged via the queue into main with commit 81e57af May 22, 2023
21 checks passed
@PeerRich PeerRich deleted the 9021-cal-1729-intercom-session-mismatch-when-user-=-undefined branch May 22, 2023 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-1729] Intercom session mismatch when user = undefined
2 participants