-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Description
Found a bug? Please fill out the sections below. π
Issue Summary
My team is working on rendering the Booker atom. We've completed the necessary setup steps, including:
- Setting up the orgId
- Creating a team within that organization
- Creating an event type for the team
- Creating a managed_user
This satisfies the two requirements for the Booker atom: a valid event-type-slug and user-name.
However, when we run the script locally, the atom fails to render and returns a 404 error with the message:
"Event type with slug 'tox' not found."
We recorded a video showing the set up process and failure state.
We would appreciate if anyone can shade some light as to why it wouldn't take the event type. Thank you.
Steps to Reproduce
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead? Not sure. I know it has something to do with the event-type slug.
Actual Results
- NOT rendering booker atom
Expected Results
- Renders the booker atom
Technical details
-
Network Request: GET https://api.cal.com/v2/atoms/event-types/tox/public?orgId=61462&username=bsirak-cmckxgzf4001wqk1rsws3o8lr-skinclique-com
404 Not Found -
Console log:
"path": "/v2/atoms/event-types/tox/public?orgId=61462&username=bsirak-cmckxgzf4001wqk1rsws3o8lr-skinclique-com",
"error": {
"code": "NotFoundException",
"message": "Event type with slug tox not found",
"details": {
"message": "Event type with slug tox not found",
"error": "Not Found",
"statusCode": 404
}
} -
Node.js version : 22.13.1