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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to add bookings #14983

Open
sausin opened this issue May 11, 2024 · 1 comment
Open

Error when trying to add bookings #14983

sausin opened this issue May 11, 2024 · 1 comment
Labels
booking-page area: booking page, public booking page, booker 馃悰 bug Something isn't working High priority Created by Linear-GitHub Sync

Comments

@sausin
Copy link

sausin commented May 11, 2024

Found a bug? Please fill out the sections below. 馃憤

Issue Summary

An event has been setup with specific available hours and duration. When trying to add a booking, an error happens (pretty much randomly) with below message:

image

Steps to Reproduce

  1. Went to booking page
  2. Clicked on available slot
  3. Entered the email and name
  4. Attempted to book by pressing confirm
  5. Booking fails (and XHR request errors with 400)

This should be relatively straightforward process and has been working smoothly until recently.

Actual Results

  • Booking should go through without any issue

Expected Results

  • Getting the error message as above

Technical details

  • Not sure what the issue is. I have tried to have the booking location as MS Teams as well as Cal.com Video, but neither seem to work. Some people have been able to book the event on the other specified days in availability

Evidence

  • A new event was created with an event duration and availability. Video of the error happening is here
Copy link

dosubot bot commented May 11, 2024

The error message "Could not book the meeting. EventType cannot be booked at this time" suggests a few potential issues that could be causing your booking failures. Here are some targeted areas to investigate:

  1. Availability and Scheduling Constraints: Ensure the booking time is within the event type's defined availability, including checking for any restrictions on event length, booking limits, or specific scheduling types like Round Robin.

  2. Calendar Conflicts: Verify there are no conflicts with existing events in the host's calendar that could prevent booking.

  3. Technical Issues: Consider any possible bugs or technical problems, especially if the issue appears randomly. This could involve issues with database queries, external service integrations, or application logic.

  4. Detailed Logging: Review application logs for any error patterns or specific messages that could indicate the root cause. The handleNewBooking.ts file, for example, should log detailed information about the booking process and any errors encountered.

  5. Similar Issues: Look into similar issues reported by others, as they might provide clues or solutions. For instance, database credential problems or incorrect settings related to event intervals have been known to cause booking errors.

To move forward, it would be beneficial to gather more specific details about the error, such as browser console messages or server-side logs, which could offer more insight into what's happening.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 馃憤 if this is helpful and 馃憥 if it is irrelevant.

To continue the conversation, mention @dosu.

@dosubot dosubot bot added booking-page area: booking page, public booking page, booker 馃悰 bug Something isn't working labels May 11, 2024
@ciaranha ciaranha added the High priority Created by Linear-GitHub Sync label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
booking-page area: booking page, public booking page, booker 馃悰 bug Something isn't working High priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants