calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
32.55k stars 8.06k forks source link

Booking page is blank #17545

Open ohararyan opened 2 weeks ago

ohararyan commented 2 weeks ago

Found a bug? Please fill out the sections below. 👍

Issue Summary

Going to any of the booking pages, returns a blank screen and has a 404 error in the console

Steps to Reproduce

  1. Visit main page for selecting meetings https://cal.com/ryanohara
  2. Click on a meeting type
  3. Redirects to booking page as a black screen

Actual Results

Expected Results

Technical details

This was working fine but seems to have only been introduced after the latest release https://github.com/calcom/cal.com/releases/tag/v4.6.19

Evidence

CleanShot 2024-11-08 at 09 59 29

zomars commented 2 weeks ago

Hi @ohararyan It seems like it's loading fine from here:

image

Could you verify if it's still blank? It could be a cloudflare cache issue. Also for future reference. Where are you located?

ohararyan commented 2 weeks ago

@zomars been chatting with Peer about this and same thing concluding.

Based in New Zealand. Looks like someone else in Sydney having same issue.

https://x.com/yangpten/status/1854633178583216510?s=46&t=aVQXCj1bJnvryhp2LZdwmw

zomars commented 2 weeks ago

Just testing using this site to see if it's a CDN issue:

image

keithwillcode commented 2 weeks ago

I think I might know why this is happening. cal.com/ryanohara is served by a proxy and when that proxy has a new deployment, cal.com isn't seeing those changes to the _next files and is trying to load them from an old deployment.

We'll work on getting this fixed. Apologies for the inconvenience, @ohararyan

ohararyan commented 2 weeks ago

@keithwillcode not sure if you have rolled anything out, but this is working now.

keithwillcode commented 1 week ago

@ohararyan Great to hear. We manually fixed it. Will work on a more permanent fix so it doesn't continue to happen.