Booking cancellation error: api endpoint does not exist #22435
Replies: 1 comment
-
|
The log entries about For more technical details, see the recent changes and discussion of this logic here. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Upon cancelling a booking (s) for a client, I see the following in the log. However, Cal does remove the booking entry from my calendar. Do these entries pertain to calendar integration or to Daily.co integration?
@calcom/web:start: react-i18next:: You will need to pass in an i18next instance by using initReactI18next
@calcom/web:start: 19:31:39:317 [ERROR] getDeploymentKey Signature token not found in database or set in environment variable
@calcom/web:start: 19:31:41:818 [WARN] RateLimit Disabled because the UNKEY_ROOT_KEY environment variable was not found.
@calcom/web:start: [PERF]: getUserEventGroups(1) took 1311.8946857452393ms
@calcom/web:start: 19:31:44:370 [ERROR] getDeploymentKey Signature token not found in database or set in environment variable
@calcom/web:start: 19:31:45:089 [WARN] RateLimit Disabled because the UNKEY_ROOT_KEY environment variable was not found.
@calcom/web:start: 19:31:45:137 [WARN] RateLimit Disabled because the UNKEY_ROOT_KEY environment variable was not found.
@calcom/web:start: [PERF]: getEventTypesFromGroup(1) took 221.85308456420898ms
@calcom/web:start: [PERF]: getEventTypesFromGroup(1) took 173.29817390441895ms
@calcom/web:start:
markdownToSafeHTMLClientshould not be used on the server side. use markdownToSafeHTML instead@calcom/web:start: [DEPRECATED] Use
createWithEqualityFninstead ofcreateor useuseStoreWithEqualityFninstead ofuseStore. They can be imported from 'zustand/traditional'. pmndrs/zustand#1937@calcom/web:start: 19:32:17:406 [WARN] RateLimit Disabled because the UNKEY_ROOT_KEY environment variable was not found.
@calcom/web:start: 19:32:18:108 [WARN] EventManager Could not find conferenceCredentialId for event with location: integrations:daily, trying to use last added video credential
@calcom/web:start: 19:34:25:197 [WARN] RateLimit Disabled because the UNKEY_ROOT_KEY environment variable was not found.
@calcom/web:start: [PERF]: getEventTypesFromGroup(1) took 44.63799285888672ms
@calcom/web:start: { error: 'not-found', info: 'api endpoint does not exist' }
@calcom/web:start: 19:43:33:940 [WARN] [deleteEventsAndMeetings]: 4MPtqxxZV8ckoxmFdAbu4K Error deleting calendar event or video meeting for booking {"error":{}}
@calcom/web:start: { error: 'not-found', info: 'api endpoint does not exist' }
@calcom/web:start: 19:43:58:603 [WARN] [deleteEventsAndMeetings]: 44Th6w6HEcouGBcewUQVGe Error deleting calendar event or video meeting for booking {"error":{}}
@calcom/web:start: { error: 'not-found', info: 'api endpoint does not exist' }
@calcom/web:start: 19:44:22:046 [WARN] [deleteEventsAndMeetings]: 9n7PBoBuQpH18X1SoYV3Qj Error deleting calendar event or video meeting for booking {"error":{}}
@calcom/web:start: { error: 'not-found', info: 'api endpoint does not exist' }
@calcom/web:start: 19:44:40:425 [WARN] [deleteEventsAndMeetings]: vfc9E5hzgTemym19MHkZYR Error deleting calendar event or video meeting for booking {"error":{}}
Beta Was this translation helpful? Give feedback.
All reactions